Method: Supermarket::SupermarketCLI.banner

Defined in:
lib/bundles/inspec-supermarket/cli.rb

TODO: find another solution, once github.com/erikhuda/thor/issues/261 is fixed



11
12
13
# File 'lib/bundles/inspec-supermarket/cli.rb', line 11

def self.banner(command, _namespace = nil, _subcommand = false)
  "#{basename} #{subcommand_prefix} #{command.usage}"
end