class MyApp::Cli::Command_Main_of_clim_library
- MyApp::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)
 - #sub_commands : Clim::Command::SubCommands
 - #usage : String
 - #version : String
 
Macro Summary
Constructor Detail
        
        def self.new(options : OptionsForEachCommand, arguments : ArgumentsForEachCommand, sub_commands : SubCommands = SubCommands.new)
        #