Class: FPM::Cookery::CLI::ShowDepsCmd

Inherits:
Command show all
Defined in:
lib/fpm/cookery/cli.rb

Instance Method Summary collapse

Methods inherited from Command

#config, #execute, #init_logging, #recipe_file, #show_version, #validate

Instance Method Details

#exec(config, recipe, packager) ⇒ Object



135
136
137
# File 'lib/fpm/cookery/cli.rb', line 135

def exec(config, recipe, packager)
  puts recipe.depends_all.join(' ')
end