Method: Chore::CLI#initialize

Defined in:
lib/chore/cli.rb

#initializeCLI

Returns a new instance of CLI.



21
22
23
24
25
# File 'lib/chore/cli.rb', line 21

def initialize
  @options = {}
  @registered_opts = {}
  @stopping = false
end