Skip to content

Commit

Permalink
cli parsing - fix mametool namespacing...
Browse files Browse the repository at this point in the history
...tj/commander.js#944
due to isues with the sub-sub command imp of commander (some people say 'nested'
subcommands), in particular windows filename lookup issues with the
git-style imp,  I'm very untempted to fix my earlier error of treating subcommands as
flags, but I CAN easily namespace
  • Loading branch information
tonywoode committed Oct 8, 2019
1 parent 1137d85 commit f63590a
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 110 deletions.
276 changes: 276 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,8 +13,7 @@
"getSpecsSynctool": "find specs/synctool -name '*spec.js'"
},
"scripts": {
"base": "node src/QPNode.js",
"start": "node src/QPNode.js --output-dir $npm_package_directories_outputDir $npm_package_config_devFlags",
"start": "node src/QPNode.js mametool --output-dir $npm_package_directories_outputDir $npm_package_config_devFlags",
"mess-start": "npm run start -- --scan && npm run start -- --softlists",
"full": "trash $npm_package_directories_outputDir && mkdir $npm_package_directories_outputDir && npm run start -- --scan && npm run start -- --arcade && npm run start -- --softlists",
"basedebug": "node --inspect-brk src/QPNode.js",
Expand All @@ -39,6 +38,7 @@
"mkdirp": "^0.5.1",
"pkg": "^4.3.7",
"ramda": "^0.24.1",
"replace-in-file": "^4.1.3",
"sanctuary": "^2.0.0",
"trash-cli": "^1.4.0",
"xml-stream": "^0.4.5"
Expand Down

0 comments on commit f63590a

Please sign in to comment.