Class Fission::CLI
In: lib/fission/cli.rb
Parent: Object

Methods

execute   new  

Public Class methods

Internal: Creates a new Fission::CLI object. This automatically parses the arguments in ARGV. This will also automatically display the usage and exit if applicable.

Examples

  Fission::CLI.new

Returns a Fission::CLI object.

Public Instance methods

Internal: Execute the determined command.

Examples:

  Fission::CLI.new(ARGV).execute

Returns nothing.

[Validate]