Method: Inspec::Shell#intro

Defined in:
lib/inspec/shell.rb

#introObject



80
81
82
83
84
# File 'lib/inspec/shell.rb', line 80

def intro
  puts "Welcome to the interactive InSpec Shell"
  puts "To find out how to use it, type: #{mark "help"}"
  puts
end