Class: Nutella::Compile
- Inherits:
-
RunCommand
- Object
- Command
- RunCommand
- Nutella::Compile
- Defined in:
- lib/commands/compile.rb
Instance Method Summary collapse
Methods inherited from RunCommand
#compile_and_dependencies, #parse_cli_parameters, #parse_run_id_from, #print_success_message
Instance Method Details
#run(args = nil) ⇒ Object
8 9 10 |
# File 'lib/commands/compile.rb', line 8 def run(args=nil) compile_and_dependencies 'compile', 'Compiling', 'components compiled' end |