Method: Inspec::BaseCLI.help
- Defined in:
- lib/inspec/base_cli.rb
.help(*args) ⇒ Object
212 213 214 215 216 |
# File 'lib/inspec/base_cli.rb', line 212 def self.help(*args) super(*args) puts "\nAbout #{Inspec::Dist::PRODUCT_NAME}:" puts " Patents: chef.io/patents\n\n" end |