Method: Supermarket::SupermarketCLI.banner
- Defined in:
- lib/bundles/inspec-supermarket/cli.rb
.banner(command, _namespace = nil, _subcommand = false) ⇒ Object
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.(command, _namespace = nil, _subcommand = false) "#{basename} #{subcommand_prefix} #{command.usage}" end |