Method: CF::App::PushInteractions#ask_create_services
- Defined in:
- lib/cf/cli/app/push/interactions.rb
#ask_create_services ⇒ Object
50 51 52 53 |
# File 'lib/cf/cli/app/push/interactions.rb', line 50 def ask_create_services line unless quiet? ask "Create services for application?", :default => false end |