Class: SublInit::Thor::CLI

Inherits:
Thor
  • Object
show all
Includes:
Ruby
Defined in:
lib/sublinit/thor.rb

Instance Method Summary collapse

Methods included from Support

#commands, extended

Constructor Details

#initialize(args = [], local_options = {}, config = {}) ⇒ CLI

Returns a new instance of CLI.



17
18
19
20
# File 'lib/sublinit/thor.rb', line 17

def initialize(args = [], local_options = {}, config = {})
  super
  @operations_count = 0
end