Class: Specimen::Commands::BaseCommand

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/specimen/commands.rb

Direct Known Subclasses

Specimen::CLI::DefaultCommand

Class Method Summary collapse

Class Method Details



10
11
12
# File 'lib/specimen/commands.rb', line 10

def self.banner(task, namespace = true, subcommand = false)
  "#{basename} #{self.namespace} #{task.name}"
end