Method: VMC::Cli::ManifestHelper#interact

Defined in:
lib/cli/manifest_helper.rb

#interact(many = false) ⇒ Object



62
63
64
65
# File 'lib/cli/manifest_helper.rb', line 62

def interact(many=false)
  @manifest ||= {}
  configure_app(many)
end