Class: FPM::Dockery::CLI::ListBuildersCommand
- Inherits:
-
BaseCommand
- Object
- Clamp::Command
- BaseCommand
- FPM::Dockery::CLI::ListBuildersCommand
- Defined in:
- lib/fpm/dockery/cli.rb
Instance Method Summary collapse
Methods inherited from BaseCommand
#create_builder, #create_builder_if_required, #valid_builders, #validate_builder!
Methods included from Logging
Instance Method Details
#execute ⇒ Object
50 51 52 |
# File 'lib/fpm/dockery/cli.rb', line 50 def execute puts valid_builders.join("\n") end |