Method: CF::App::PushInteractions#ask_command
- Defined in:
- lib/cf/cli/app/push/interactions.rb
#ask_command ⇒ Object
42 43 44 45 46 47 48 |
# File 'lib/cf/cli/app/push/interactions.rb', line 42 def ask_command command = ask("Custom startup command", :default => "none") if command != "none" command end end |