Method: VMC::App::PushInteractions#ask_command
- Defined in:
- lib/vmc/cli/app/push/interactions.rb
#ask_command ⇒ Object
46 47 48 49 50 51 52 |
# File 'lib/vmc/cli/app/push/interactions.rb', line 46 def ask_command command = ask("Custom startup command", :default => "none") if command != "none" command end end |