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