Class: AnswersEngine::CLI::Job
- Inherits:
-
Thor
- Object
- Thor
- AnswersEngine::CLI::Job
- Defined in:
- lib/answersengine/cli/job.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.banner(command, namespace = nil, subcommand = false) ⇒ Object
5 6 7 |
# File 'lib/answersengine/cli/job.rb', line 5 def self.(command, namespace = nil, subcommand = false) "#{basename} #{@package_name} #{command.usage}" end |