Class: Specimen::Commands::BaseGroupCommand

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

Class Method Summary collapse

Class Method Details



18
19
20
# File 'lib/specimen/commands.rb', line 18

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