class Skull::Cli::Command_Main_of_clim_library::Command_Version
- Skull::Cli::Command_Main_of_clim_library::Command_Version
- Clim::Command
- Reference
- Object
Defined in:
Constructors
Class Method Summary
Macro Summary
Instance Method Summary
- #desc : String
- #name : String
- #opts_and_subcommands
- #parse(argv) : Command
- #recursive_parse(argv) : Command
- #run(io : IO)
- #sub_commands : Clim::Command::SubCommands
- #usage : String
Constructor Detail
def self.new(options : OptionsForEachCommand, arguments : ArgumentsForEachCommand, sub_commands : SubCommands = SubCommands.new)
#