Class: Strobe::CLI::Main

Inherits:
Strobe::CLI show all
Defined in:
lib/strobe/cli/main.rb

Instance Method Summary collapse

Methods inherited from Strobe::CLI

__haxlias, action, application_path_option, #initialize, start

Constructor Details

This class inherits a constructor from Strobe::CLI

Instance Method Details

#help(*args) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/strobe/cli/main.rb', line 4

def help(*args)
  if args.first == "users"
    CLI::Users.start( [ "help" ] + args[1..-1] )
  else
    super
  end
end