class Ossy::CLI::Application

Public Class Methods

new(commands = CLI::Commands) click to toggle source
Calls superclass method
# File lib/ossy/cli.rb, line 13
def self.new(commands = CLI::Commands)
  super
end
start() click to toggle source
# File lib/ossy/cli.rb, line 9
def self.start
  new.()
end