-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: tj/commander.js
base: b2aad7a8471d434593a85306aa73777a526e9f75
head repository: tj/commander.js
compare: 82fcb98cc27164a98e0c5f2c6f54621b5bbceef9
Commits on Oct 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 89e77c2 - Browse repository at this point
Copy the full SHA 89e77c2View commit details -
Merge pull request #456 from monkeym4ster/master
Add chinese Readme file
Configuration menu - View commit details
-
Copy full SHA for e741c18 - Browse repository at this point
Copy the full SHA e741c18View commit details
Commits on Dec 21, 2015
-
Update README.md to make it beginner friendly and elaborate on the difference between angled and square brackets.
1Configuration menu - View commit details
-
Copy full SHA for a33ad70 - Browse repository at this point
Copy the full SHA a33ad70View commit details
Commits on Dec 29, 2015
-
Merge pull request #480 from pmbenjamin/update-readme
Update README.md to make it beginner friendly and elaborate on the difference between angled and square brackets.
Configuration menu - View commit details
-
Copy full SHA for 66e487f - Browse repository at this point
Copy the full SHA 66e487fView commit details
Commits on Jan 5, 2016
-
when a command has a
--description
option,cmd.description
is`undefined`. Prevent `TypeError` by using `_description`.
Configuration menu - View commit details
-
Copy full SHA for 0399879 - Browse repository at this point
Copy the full SHA 0399879View commit details
Commits on Jan 6, 2016
-
Merge pull request #484 from ignacioiglesias/master
Fixes TypeError when a command has an option called `--description`
Configuration menu - View commit details
-
Copy full SHA for 1452f6f - Browse repository at this point
Copy the full SHA 1452f6fView commit details
Commits on Feb 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5549aae - Browse repository at this point
Copy the full SHA 5549aaeView commit details -
Merge pull request #501 from revington/test-node-stable
test node.js stable
Configuration menu - View commit details
-
Copy full SHA for 920dc87 - Browse repository at this point
Copy the full SHA 920dc87View commit details
Commits on Feb 11, 2016
-
Bryan Kendall committed
Feb 11, 2016 Configuration menu - View commit details
-
Copy full SHA for 06f53af - Browse repository at this point
Copy the full SHA 06f53afView commit details -
fix: use bin rather than localBin for subcommand
Bryan Kendall committedFeb 11, 2016 1Configuration menu - View commit details
-
Copy full SHA for 33751b4 - Browse repository at this point
Copy the full SHA 33751b4View commit details -
Merge pull request #502 from bkendall/fix-sub-sub-commands
Fix Sub-Subcommands
Configuration menu - View commit details
-
Copy full SHA for c3ca1f6 - Browse repository at this point
Copy the full SHA c3ca1f6View commit details -
For a required option, when even option flag is not given throw error…
…. Fixes tests accordingly.
Configuration menu - View commit details
-
Copy full SHA for 975e5a4 - Browse repository at this point
Copy the full SHA 975e5a4View commit details
Commits on Apr 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e7330f6 - Browse repository at this point
Copy the full SHA e7330f6View commit details -
Merge pull request #519 from ycmjason/master
added keyword commander for better search result on npm
Configuration menu - View commit details
-
Copy full SHA for ad2e539 - Browse repository at this point
Copy the full SHA ad2e539View commit details
Commits on Apr 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d49573a - Browse repository at this point
Copy the full SHA d49573aView commit details
Commits on May 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for aa974a7 - Browse repository at this point
Copy the full SHA aa974a7View commit details
Commits on Jun 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 81577a6 - Browse repository at this point
Copy the full SHA 81577a6View commit details
Commits on Jun 24, 2016
-
Merge pull request #1 from rike422/support_subcommand_alias
Support the alias of Git style sub-command
Configuration menu - View commit details
-
Copy full SHA for 47f678f - Browse repository at this point
Copy the full SHA 47f678fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ff0fd8 - Browse repository at this point
Copy the full SHA 9ff0fd8View commit details
Commits on Jun 30, 2016
-
Merge pull request #538 from a0viedo/patch-2
link build badge to master branch
Configuration menu - View commit details
-
Copy full SHA for 8bfea13 - Browse repository at this point
Copy the full SHA 8bfea13View commit details
Commits on Jul 1, 2016
-
Try to fix travis build for node versions 0.6 and 0.8
Limits version of should to be <9.0.0. Version 9.0.0 and above use caret (^) dependencies, which are not understood by the versions of npm available on old versions of node
Configuration menu - View commit details
-
Copy full SHA for 48deff9 - Browse repository at this point
Copy the full SHA 48deff9View commit details -
Merge pull request #1 from jamesr73/support_subcommand_alias_help
Test subcommand alias help
Configuration menu - View commit details
-
Copy full SHA for afd6f49 - Browse repository at this point
Copy the full SHA afd6f49View commit details -
Merge pull request #550 from JustATrick/travis-fix-via-should
Try to fix travis build for node versions 0.6 and 0.8
Configuration menu - View commit details
-
Copy full SHA for 7a281b9 - Browse repository at this point
Copy the full SHA 7a281b9View commit details -
Merge pull request #525 from JustATrick/allow-literal-passthrough
Allow literal '--' to be passed-through as an argument
Configuration menu - View commit details
-
Copy full SHA for c86ba2a - Browse repository at this point
Copy the full SHA c86ba2aView commit details
Commits on Jul 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ad46a4d - Browse repository at this point
Copy the full SHA ad46a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6236d9 - Browse repository at this point
Copy the full SHA c6236d9View commit details
Commits on Aug 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5cfcdcd - Browse repository at this point
Copy the full SHA 5cfcdcdView commit details
Commits on Sep 19, 2016
-
Merge pull request #503 from snow01/master
For a required option, when even option flag is not given throw error.
Configuration menu - View commit details
-
Copy full SHA for 5b396ab - Browse repository at this point
Copy the full SHA 5b396abView commit details
Commits on Sep 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ce35c35 - Browse repository at this point
Copy the full SHA ce35c35View commit details -
Merge pull request #573 from tj/revert-503-master
Revert "For a required option, when even option flag is not given throw error."
Configuration menu - View commit details
-
Copy full SHA for 9aad0d0 - Browse repository at this point
Copy the full SHA 9aad0d0View commit details
Commits on Nov 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 89858e5 - Browse repository at this point
Copy the full SHA 89858e5View commit details
Commits on Nov 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 274c257 - Browse repository at this point
Copy the full SHA 274c257View commit details
Commits on Dec 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8e370e8 - Browse repository at this point
Copy the full SHA 8e370e8View commit details
Commits on Dec 28, 2016
-
#395 fix, short options do not understand adjacent values
TheRoSS committedDec 28, 2016 Configuration menu - View commit details
-
Copy full SHA for ec38c8e - Browse repository at this point
Copy the full SHA ec38c8eView commit details
Commits on Jan 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 34674a5 - Browse repository at this point
Copy the full SHA 34674a5View commit details
Commits on Feb 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4fb738e - Browse repository at this point
Copy the full SHA 4fb738eView commit details -
Merge pull request #593 from junajan/patch-1
Add save param to npm install
Configuration menu - View commit details
-
Copy full SHA for ff501a1 - Browse repository at this point
Copy the full SHA ff501a1View commit details -
Merge pull request #585 from simeg/simeg-patch-1
Add missing semi colon in readme
Configuration menu - View commit details
-
Copy full SHA for 3367806 - Browse repository at this point
Copy the full SHA 3367806View commit details
Commits on Mar 9, 2017
-
Fix require arguments in README.md
It may confuse people if we `require('..')` in README.md I changed it to `require('commander')`
Configuration menu - View commit details
-
Copy full SHA for 8a4f1ad - Browse repository at this point
Copy the full SHA 8a4f1adView commit details
Commits on Mar 16, 2017
-
add executable arguments to spawn in win32
In win32, commander just spawn the subcommander in this package's `bin` scripts. so, just add the `process.execArgv` into `args` is ok.
Configuration menu - View commit details
-
Copy full SHA for 2c3cf60 - Browse repository at this point
Copy the full SHA 2c3cf60View commit details
Commits on Apr 9, 2017
-
On SemVer you do not start from 0.0.1
You should not start one application with a fix but with an implementation of a new feature. this is why I think that this approach it is better than 0.0.1
Configuration menu - View commit details
-
Copy full SHA for 20493bb - Browse repository at this point
Copy the full SHA 20493bbView commit details
Commits on Jun 16, 2017
-
Merge pull request #619 from Nepomuceno/patch-1
On SemVer you do not start from 0.0.1
Configuration menu - View commit details
-
Copy full SHA for 648629f - Browse repository at this point
Copy the full SHA 648629fView commit details -
Merge pull request #610 from xcatliu/patch-1
Fix require arguments in README.md
Configuration menu - View commit details
-
Copy full SHA for 9bfc4eb - Browse repository at this point
Copy the full SHA 9bfc4ebView commit details
Commits on Jun 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8049258 - Browse repository at this point
Copy the full SHA 8049258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c7c1cf - Browse repository at this point
Copy the full SHA 4c7c1cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579f670 - Browse repository at this point
Copy the full SHA 579f670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac0439 - Browse repository at this point
Copy the full SHA 5ac0439View commit details -
Configuration menu - View commit details
-
Copy full SHA for b888282 - Browse repository at this point
Copy the full SHA b888282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ce032 - Browse repository at this point
Copy the full SHA 45ce032View commit details -
Merge pull request #639 from abetomo/update_version_to_be_tested
Update .travis.yml. drop support for older node.js versions.
Configuration menu - View commit details
-
Copy full SHA for d674384 - Browse repository at this point
Copy the full SHA d674384View commit details
There are no files selected for viewing
This file was deleted.