Class: Chef::Application::Knife
- Inherits:
-
Chef::Application
- Object
- Chef::Application
- Chef::Application::Knife
- Defined in:
- lib/chef/application/knife.rb
Instance Method Summary collapse
-
#run ⇒ Object
Run knife.
Methods inherited from Chef::Application
#configure_chef, #configure_logging, exit!, fatal!, #initialize, #reconfigure, #run_application, #setup_application
Constructor Details
This class inherits a constructor from Chef::Application
Instance Method Details
#run ⇒ Object
Run knife
101 102 103 104 105 |
# File 'lib/chef/application/knife.rb', line 101 def run knife = Chef::Knife.find_command(ARGV, self.class.) knife.run end |