Class: FakerBot::CLI
- Inherits:
-
Thor
- Object
- Thor
- FakerBot::CLI
- Defined in:
- lib/fakerbot/cli.rb
Constant Summary collapse
- Error =
Class.new(StandardError)
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
29 30 31 32 33 34 35 |
# File 'lib/fakerbot/cli.rb', line 29 def list(*) if [:help] invoke :help, ['list'] else FakerBot::Commands::List.new().execute end end |