Class: Ossy::CLI::Application

Inherits:
Dry::CLI
  • Object
show all
Defined in:
lib/ossy/cli.rb

Class Method Summary collapse

Class Method Details

.new(commands = CLI::Commands) ⇒ Object



13
14
15
# File 'lib/ossy/cli.rb', line 13

def self.new(commands = CLI::Commands)
  super
end

.startObject



9
10
11
# File 'lib/ossy/cli.rb', line 9

def self.start
  new.()
end