Class: BuckKnife::ProjectShow

Inherits:
Chef::Knife
  • Object
show all
Defined in:
lib/chef/knife/project_show.rb

Instance Method Summary collapse

Instance Method Details

#runObject



12
13
14
15
16
# File 'lib/chef/knife/project_show.rb', line 12

def run
  ui.use_presenter BuckKnife::ProjectPresenter
  project = project_from_arg_or_ask
  output(project)
end