View Source Nexus.CLI.Argument (nexus_cli v0.5.0)
Represents a positional argument for a command.
Summary
Types
@type t() :: %Nexus.CLI.Argument{ default: term() | nil, name: atom() | nil, required: boolean(), type: Nexus.CLI.value() }
Represents a positional argument for a command.
@type t() :: %Nexus.CLI.Argument{ default: term() | nil, name: atom() | nil, required: boolean(), type: Nexus.CLI.value() }