View Source Nexus.CLI.Command (nexus_cli v0.5.0)
Represents a command or subcommand.
Summary
Types
@type t() :: %Nexus.CLI.Command{ args: [Nexus.CLI.Argument.t()], description: String.t() | nil, flags: [Nexus.CLI.Flag.t()], name: atom() | nil, subcommands: [t()] }