class Cli::Command_Main_of_clim_library
- Cli::Command_Main_of_clim_library
- Clim::Command
- Reference
- Object
Defined in:
Constructors
Class Method Summary
Instance Method Summary
- #desc : String
- #name : String
- #opts_and_subcommands
- #parse(argv) : Command
- #recursive_parse(argv) : Command
-
#run(io : IO)
Block that runs if no args are specified.
- #sub_commands : Clim::Command::SubCommands
- #usage : String
- #version : String
Macro Summary
Instance methods inherited from class Clim::Command
help_template_str : String
help_template_str
Constructor Detail
def self.new(options : OptionsForEachCommand, arguments : ArgumentsForEachCommand, sub_commands : SubCommands = SubCommands.new)
#