class Fission::CommandLineParser

def command

Returns nil if the parse command has not yet been run.
Returns an instance of the determined command if the arguments are valid.

@command_line_parser.command

Examples:

by running the parse method.
Internal: Accessor for an instance of the determined command. This is set
def command
  @command
end