Method: Chef::Application#run

Defined in:
lib/chef/application.rb

#run(enforce_license: false) ⇒ Object

Get this party started



62
63
64
65
66
67
68
# File 'lib/chef/application.rb', line 62

def run(enforce_license: false)
  setup_signal_handlers
  reconfigure
  setup_application
  check_license_acceptance if enforce_license
  run_application
end