OpenNebula / addon-appmarket

AppMarket builds a centralized catalog of cloud applications
http://opennebula.org/addons:addons
Apache License 2.0
10 stars 13 forks source link

Fix commandline interface #57

Open kvaps opened 5 years ago

kvaps commented 5 years ago

Without this module commands appmarket and appmarket-user are not working:

$ appmarket
Traceback (most recent call last):
        2: from /usr/bin/appmarket:101:in `<main>'
        1: from /usr/bin/appmarket:101:in `new'
/usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize': uninitialized constant CommandParser::CmdParser::OpenNebulaHelper (NameError)
$ appmarket-user 
Traceback (most recent call last):
        2: from /usr/bin/appmarket-user:97:in `<main>'
        1: from /usr/bin/appmarket-user:97:in `new'
/usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize': uninitialized constant CommandParser::CmdParser::OpenNebulaHelper (NameError)