class Fission::CommandLineParser
def command
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