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