Method: Inspec::Shell#print_target_info
- Defined in:
- lib/inspec/shell.rb
#print_target_info ⇒ Object
85 86 87 88 89 90 91 92 |
# File 'lib/inspec/shell.rb', line 85 def print_target_info ctx = @runner.backend puts " You are currently running on:\n\n \#{Inspec::BaseCLI.format_platform_info(params: ctx.platform.params, indent: 4, color: 39)}\n EOF\nend\n" |