Exception: SimpleCommander::CLI::UndefinedSCPath

Inherits:
StandardError
  • Object
show all
Defined in:
lib/simple_commander/cli.rb

Instance Method Summary collapse

Constructor Details

#initializeUndefinedSCPath

Returns a new instance of UndefinedSCPath.



16
17
18
19
20
21
22
23
24
25
# File 'lib/simple_commander/cli.rb', line 16

def initialize
  msg = "You need to set a path to commander\nuse simple_commander init <path> or cd to\nthe folder you want to use an repo for your \nsimple commander scripts  and run \nsimple_commander init\n  END\n  super(msg)\nend\n"