Class: FPM::Cookery::CLI::InstallDepsCmd

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



127
128
129
# File 'lib/fpm/cookery/cli.rb', line 127

def exec(config, recipe, packager)
  packager.install_deps
end