class Fission::Command

def execute

Returns nothing

command.execute

Examples

Internal: Primary method for performing an action within a command.
def execute
  parse_arguments
end