Class: Cuprum::Cli::Commands::EchoCommand

Inherits:
Cuprum::Cli::Command show all
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

Metadata::FULL_NAME_FORMAT

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