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

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

Instance Method Summary collapse

Methods inherited from Command

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

Instance Method Details

#exec(config, recipe, packager) ⇒ Object



163
164
165
# File 'lib/fpm/cookery/cli.rb', line 163

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