You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/04/30 05:52:19 UTC

[cordova-plugman] branch master updated: Fix --version flag to print version again (#124)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugman.git


The following commit(s) were added to refs/heads/master by this push:
     new 74c3551  Fix --version flag to print version again (#124)
74c3551 is described below

commit 74c3551e0fede273ad1d4b0656957dc4c6b7e8b3
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Tue Apr 30 07:51:59 2019 +0200

    Fix --version flag to print version again (#124)
    
    Fixes #123
---
 main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.js b/main.js
index 1ae9167..c1314a5 100755
--- a/main.js
+++ b/main.js
@@ -44,7 +44,7 @@ const known_opts = {
     platform_name: knownPlatforms,
     project: path,
     plugin: [String, path, url, Array],
-    version: String,
+    version: Boolean,
     help: Boolean,
     debug: Boolean,
     silent: Boolean,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org