Method: Inspec::Shell#intro
- Defined in:
- lib/inspec/shell.rb
#intro ⇒ Object
79 80 81 82 83 |
# File 'lib/inspec/shell.rb', line 79 def intro puts "Welcome to the interactive InSpec Shell" puts "To find out how to use it, type: #{mark 'help'}" puts end |