Search
@type t() :: %Modkit.Cli.Option{ alias: atom(), default: term(), doc: binary(), keep: boolean(), key: atom(), type: vtype() }
@type vtype() :: :integer | :float | :string | :count | :boolean