Class: PortalModule::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/portal_module/cli.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ CLI

Returns a new instance of CLI.



21
22
23
# File 'lib/portal_module/cli.rb', line 21

def initialize(*args)
  super
end

Class Method Details

.startObject



15
16
17
18
19
# File 'lib/portal_module/cli.rb', line 15

def self.start(*)
  super
rescue Exception => e
  raise e
end