apache / cordova-plugman

Apache Cordova Plugman
https://cordova.apache.org/
Apache License 2.0
400 stars 151 forks source link

`plugman --version` doesn't work #123

Closed janpio closed 5 years ago

janpio commented 5 years ago
λ plugman --version
Usage: plugman [OPTION]... <command>

These are the available plugman commands:

Manage plugins in a Cordova project
    install              Install a plugin into a Cordova project
    uninstall            Uninstall a plugin from a Cordova project

Author plugins
    create               Create a plugin
    createpackagejson    Add a package.json file to a plugin
    platform             Add and remove platforms from a plugin

Global options:
    --help, -h           Show help for <command> or this if none was given
    --debug, -d          Enable verbose output
    --version, -v        Display the plugman version

real version is 3.0.1

raphinesse commented 5 years ago

There I was, ready to take the blame for breaking it. But it actually was @erisu in https://github.com/apache/cordova-plugman/commit/6b774173093e7b288c95eafd23971f5c0df36ec9 :wink:

I don't see a reason for the change from Boolean to String though.

janpio commented 5 years ago

That looks like merge fu