Method: ChefDK::CLI#instantiate_subcommand
- Defined in:
- lib/chef-dk/cli.rb
#instantiate_subcommand(name) ⇒ Object
145 146 147 |
# File 'lib/chef-dk/cli.rb', line 145 def instantiate_subcommand(name) commands_map.instantiate(name) end |