Method: VMC::App::PushInteractions#ask_framework

Defined in:
lib/vmc/cli/app/push/interactions.rb

#ask_framework(choices, default, other) ⇒ Object



38
39
40
# File 'lib/vmc/cli/app/push/interactions.rb', line 38

def ask_framework(choices, default, other)
  ask_with_other("Framework", client.frameworks, choices, default, other)
end