Module Fission::CommandHelpers
In: lib/fission/command_helpers.rb

Methods

Public Instance methods

Internal: Outputs the help text for a command and exits.

Examples

  incorrect_arguments

Returns nothing. This will call the help class method for the help text. This will exit with the exit code 1.

Internal: Parses the command line arguments.

Examples:

  parse_arguments

Returns nothing. If there is an invalid argument, an error will be output and this will exit with exit code 1.

[Validate]