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



137
138
139
# File 'lib/fpm/cookery/cli.rb', line 137

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