Class: Cuprum::Cli::Commands::EchoCommand
- Inherits:
-
Cuprum::Cli::Command
- Object
- Cuprum::Command
- Cuprum::Cli::Command
- Cuprum::Cli::Commands::EchoCommand
- Defined in:
- lib/cuprum/cli/commands/echo_command.rb
Overview
Outputs the arguments and options passed to the command.
Constant Summary
Constants included from Metadata
Method Summary
Methods inherited from Cuprum::Cli::Command
argument, #call, dependency, #initialize, option
Methods included from Arguments::ClassMethods
#argument, #argument_value, #argument_values, #arguments, #resolve_arguments
Methods included from Options::ClassMethods
#option, #option_value, #option_values, #options, #resolve_options
Constructor Details
This class inherits a constructor from Cuprum::Cli::Command