Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring gh-pages up to date and refactor documentation building process #299

Merged
merged 224 commits into from
Dec 8, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
224 commits
Select commit Hold shift + click to select a range
9c9689c
annotated source link
tj Oct 22, 2011
086376a
docs
tj Oct 23, 2011
7eca00e
"node": ">= 0.4.x < 0.7.0". Closes #20
tj Oct 24, 2011
81ec7aa
Release 0.2.1
tj Oct 24, 2011
8432082
Added support for long flags only. Closes #18
tj Oct 31, 2011
476ddaf
Release 0.3.0
tj Oct 31, 2011
c7a6ac1
Make version flags configurable
felixge Oct 31, 2011
a0b3f1a
Document flags parameter
felixge Oct 31, 2011
060c5d3
Merge pull request #22 from felixge/custom-version-flags
tj Oct 31, 2011
9656c37
Changed --version short flag to -V
tj Oct 31, 2011
d3deb36
Release 0.3.1
tj Oct 31, 2011
9e8f3b2
Fix: Long-only flags would not take values
felixge Nov 1, 2011
6480233
Merge pull request #23 from felixge/long-only-flags-with-values
tj Nov 1, 2011
d1491e4
Release 0.3.2
tj Nov 1, 2011
fca696a
Wait till STDOUT stream is drained before exiting the process.
jhamlet Nov 12, 2011
f941344
Wait for the close event, write our help information, then give other…
jhamlet Nov 14, 2011
fe44783
fix styling
tj Nov 14, 2011
e01dd89
Merge branch 'integration'
tj Nov 14, 2011
6b5ac39
ws
tj Nov 14, 2011
8cecea0
Release 0.3.3
tj Nov 14, 2011
bbc53f9
bump
tj Nov 14, 2011
e4abf05
Added support for --. Closes #24
tj Nov 15, 2011
29a3187
Release 0.4.0
tj Nov 15, 2011
4f0c67f
added an assert to test.literal.args.js
tj Nov 15, 2011
2127275
Added .usage() example in docs
tj Nov 18, 2011
7d1cac0
removed listening for "close" on --help
tj Nov 18, 2011
41fdf89
Release 0.4.1
tj Nov 18, 2011
b32fcca
Add options for subcommands
itay Nov 20, 2011
b2f4dad
Make the subcommand tests a bit more robust
itay Nov 20, 2011
4788f70
Add help for subcommands (should resolve issue #2)
itay Nov 23, 2011
2e4ed2d
Added travis support
tj Nov 24, 2011
e33a6cf
travis badge
tj Nov 24, 2011
b3751b6
grr script
tj Nov 24, 2011
9745551
Fixed: line-buffered input automatically trimmed. Closes #31
tj Nov 24, 2011
22abcff
Release 0.4.2
tj Nov 24, 2011
78dc4a1
Fixed custom help ordering. Closes #32
tj Dec 4, 2011
0aec641
Release 0.4.3
tj Dec 4, 2011
62a74c1
bump
tj Dec 4, 2011
2454486
Add options for subcommands
itay Nov 20, 2011
ba74d56
Make the subcommand tests a bit more robust
itay Nov 20, 2011
6ccb639
merged / tweaked
tj Dec 4, 2011
8f2a305
fixed ordering again
tj Dec 4, 2011
901a521
Merge branch 'integration'
tj Dec 4, 2011
f91f203
Release 0.5.0
tj Dec 4, 2011
eea372f
added prompt test and fixed four issues
martypdx Dec 7, 2011
6f0558d
use trimRight()
tj Dec 7, 2011
731b4fc
Merge branch 'integration'
tj Dec 7, 2011
c1220dd
Fixed password() for recent nodes. Closes #36
tj Dec 16, 2011
25705d6
Release 0.5.1
tj Dec 20, 2011
2beb298
Added default support to .choose(). Closes #41
tj Jan 15, 2012
10d4e35
Fixed the choice example
yhslai Jan 17, 2012
8e26188
Merge pull request #45 from raincole/hotfix/examples
tj Jan 17, 2012
f2060ff
Added quick `.prompt(obj, callback)` support. Closes #49
tj Apr 11, 2012
d660ff3
Release 0.6.0
tj Apr 11, 2012
9312e10
Issue #48 : Take -version from package.json
sebastiendb May 4, 2012
63dc290
Issue #48 : Take -version from package.json
sebastiendb May 4, 2012
aada286
Version flag is -V, and not -v, according to https://github.com/visio…
cliffano May 9, 2012
43f75e7
Merge pull request #58 from cliffano/patch-1
tj May 9, 2012
b43c270
Added: append (yes or no) on confirmation
tj May 17, 2012
a7d5c0a
allow node.js v0.7.x
ryancole Jun 1, 2012
2651b4c
Merge pull request #62 from ryancole/patch-1
tj Jun 1, 2012
ef02666
Merge branch 'master' of github.com:visionmedia/commander.js
tj Jun 1, 2012
df60805
Release 0.6.1
tj Jun 1, 2012
5f5bd43
Essai
sebastiendb Jul 3, 2012
3bd2e98
better package.json handling
sebastiendb Jul 3, 2012
3118871
Merge branch 'master' of git://github.com/visionmedia/commander.js in…
sebastiendb Jul 3, 2012
10f5cb7
Make description optional and avoid printing "--someoption undefined"…
focusaurus Jul 3, 2012
f4fd782
Merge pull request #69 from focusaurus/patch-1
tj Jul 3, 2012
12adc90
Merge pull request #55 from despekiroule/version
tj Jul 3, 2012
cc966f6
Release 1.0.0
tj Jul 5, 2012
2aac48f
[fix] tty.setRawMode(mode) was moved to tty.ReadStream#setRawMode() (…
jfhbrook Jul 7, 2012
7234489
Merge pull request #73 from node-migrator-bot/clean
tj Jul 7, 2012
d65dabd
Fix issue #56
orthlieb Aug 3, 2012
4f1ddc1
Merge pull request #77 from orthlieb/master
tj Aug 3, 2012
29f289c
fix styling of prev commit
tj Aug 3, 2012
77a337f
Release 1.0.1
tj Aug 3, 2012
c2edd81
>= 0.6.x
tj Aug 21, 2012
dc8b805
Add support for equal sign
arv Aug 23, 2012
413c9ca
add todo
tj Aug 23, 2012
2024eb5
Merge pull request #85 from arv/fix-equal-sign-in-name
tj Aug 23, 2012
605441b
Merge branch 'master' of github.com:visionmedia/commander.js
tj Aug 23, 2012
a42471a
Add outputHelp method to Command object.
Aug 16, 2012
11136ec
fix password on node 0.8.8. Make backward compatible with 0.6.
focusaurus Aug 23, 2012
1b37ea4
Tweaks as per TJ
focusaurus Aug 24, 2012
667afdf
Merge pull request #87 from focusaurus/keypress_node_0.8.8
tj Aug 24, 2012
f0529b1
Release 1.0.2
tj Aug 24, 2012
1ff97d3
remove invalid .version() defaulting
tj Aug 30, 2012
6092d8e
Release 1.0.3
tj Aug 30, 2012
8c186ff
Merge pull request #86 from karthikv/output-help
tj Sep 3, 2012
5fc2800
style refactor
tj Sep 3, 2012
7cb5aeb
Release 1.0.4
tj Sep 3, 2012
1fc8330
fix examples/help. Closes #89
tj Sep 24, 2012
2e4fe08
fix --name clobbering. Closes #92
tj Oct 10, 2012
53d38cf
Release 1.0.5
tj Oct 10, 2012
6394208
Update lib/commander.js
kode4food Oct 10, 2012
72b4622
Merge pull request #93 from kode4food/patch-1
tj Oct 10, 2012
f5078e2
docs
tj Oct 10, 2012
f5054bb
fix typo
zemirco Oct 16, 2012
e1466b0
Merge pull request #96 from zeMirco/master
tj Oct 16, 2012
7ab5bd1
remove messy/broken test
tj Nov 5, 2012
21b4169
add git-style executable subcommand support. Closes #94
tj Nov 17, 2012
2a21655
Release 1.1.0
tj Nov 17, 2012
e52a321
fix .usage() when args are present. Closes #106
tj Nov 20, 2012
add0236
add more sub-command padding
tj Nov 20, 2012
15da0f5
Release 1.1.1
tj Nov 20, 2012
64a9b10
Don't ship dot files with the npm package
vojtajina Dec 13, 2012
46f6628
Merge pull request #111 from vojtajina/fix-npmignore
tj Dec 13, 2012
2f12c83
support for RegExp coercion
mreinstein Jan 22, 2013
bd191c4
allow "-" hyphen as an option argument
kawanet Mar 22, 2013
a3b353a
Merge pull request #120 from mreinstein/master
tj Jun 13, 2013
fff7cac
Merge pull request #139 from kawanet/work
tj Jun 13, 2013
fc560de
Release 1.2.0
tj Jun 13, 2013
3a1e7b5
Fixing issue with subcommands and --help
noway Jul 6, 2013
82c3cbe
More nicer error handling
noway Jul 6, 2013
698aebb
Fixed spelling of 'pineapple' in Readme
ChrisWren Jul 7, 2013
62cd70c
Merge pull request #158 from ChrisWren/master
tj Jul 9, 2013
9766406
Merge pull request #156 from noway421/patch-1
tj Jul 9, 2013
027b605
Merge pull request #157 from noway421/patch-2
tj Jul 9, 2013
3dd56ef
Release 1.3.0
tj Jul 9, 2013
022d540
Release 1.3.0
tj Jul 9, 2013
97b7cbd
Merge branch 'master' of github.com:visionmedia/commander.js
tj Jul 9, 2013
da34f30
add quick .runningCommand hack so you can opt-out of other logic when…
tj Jul 18, 2013
1c6ea15
Release 1.3.1
tj Jul 18, 2013
4919699
add support for sub-commands to co-exist with the original command
tj Jul 18, 2013
bf22882
Release 1.3.2
tj Jul 18, 2013
bf5e1f5
remove input methods (.prompt, .confirm, etc)
tj Jul 19, 2013
efc585c
Release 2.0.0
tj Jul 19, 2013
6915b12
Explicitly define contents of npm package
sindresorhus Jul 20, 2013
38b7adb
Merge pull request #161 from sindresorhus/files-prop
tj Jul 30, 2013
892d8c3
support subcommands on windows. Fixes #142
yiminghe Sep 30, 2013
a824896
allow cflag style option params, unit test, fixes #174
tonylukasavage Oct 23, 2013
edbcdac
improve unit test for #174
tonylukasavage Oct 23, 2013
1317a02
Merge pull request #176 from tonylukasavage/174-1
tj Nov 21, 2013
963458a
Release 2.1.0
tj Nov 21, 2013
d026976
clean up usage argument summary
dbushong Nov 22, 2013
b970a44
Merge pull request #173 from yiminghe/issue_142
tj Feb 25, 2014
56f4796
Fixed failing test.
Mar 21, 2014
edafae1
Pass previous option value or default value to coercion function so i…
AlphaHydrae Mar 29, 2014
41bc6a9
Merge pull request #198 from AlphaHydrae/repeated-options
tj Mar 29, 2014
cb44616
refactor ternary
tj Mar 29, 2014
534c63a
Release 2.2.0
tj Mar 29, 2014
a11b34f
Update Readme.md
Apr 6, 2014
34abab6
if args is falsy, assume a default collection.
v0lkan Apr 11, 2014
b64adf6
Added alias feature
tandrewnichols Apr 11, 2014
3a3ddf7
Update main help too
tandrewnichols Apr 11, 2014
d17cf57
Restore node versions in travis file
tandrewnichols Apr 11, 2014
7e95a0f
use SVG to display Travis CI build testing status
Mithgol Apr 20, 2014
fae41da
Merge pull request #214 from Mithgol/patch-1
tj Apr 22, 2014
89a6a92
Merge pull request #203 from plievone/patch-1
tj Apr 25, 2014
fa2ce5c
Merge pull request #209 from v0lkan/feature/minor-action-fix
tj Apr 25, 2014
fa3aa3f
bug fixing: function normalize doesn't honor option terminator.
abbr Apr 26, 2014
3af011a
removed unused fs module
tonylukasavage May 6, 2014
2a37c3f
drop Node.js v0.4.x testing
Mithgol May 7, 2014
b26da5e
add testing in Node.js v0.8.x, v0.10.x
Mithgol May 7, 2014
9f2ea1d
Node.js versions are actually strings (e.g. "0.10" !== 0.1)
Mithgol May 7, 2014
93e9dc6
Merge pull request #218 from Mithgol/patch-1
tj May 7, 2014
0880980
fix typo reported in #99
SomeKittens Jul 4, 2014
ebdd789
Merge pull request #217 from tonylukasavage/patch-1
zhiyelee Jul 5, 2014
e00c4ca
Merge upstream master
tandrewnichols Jul 14, 2014
33db110
Merge pull request #210 from tandrewnichols/add-alias
SomeKittens Jul 16, 2014
7e9f407
version bump
Jul 16, 2014
a32be0c
Update History.md for 2.3.0
startswithaj Jul 17, 2014
7064153
Merge pull request #231 from startswithaj/patch-1
SomeKittens Jul 17, 2014
71faa8a
Changed some code to make it more readable
thethomaseffect Jul 26, 2014
4e839c2
Merge pull request #234 from thethomaseffect/master
thethomaseffect Jul 26, 2014
3242851
Merge pull request #216 from abbr/abbr_bugfix
thethomaseffect Jul 28, 2014
4428a07
Style fixes to pull request #216
thethomaseffect Jul 28, 2014
5d3ea91
add space padding, fix #236
rlidwka Aug 1, 2014
5a95ce1
Merge pull request #237 from rlidwka/236
thethomaseffect Aug 5, 2014
1333365
Merge pull request #186 from dbushong/cleanup-usage
thethomaseffect Aug 12, 2014
b194805
Output version information using process.stdout.write instead of cons…
Sep 2, 2014
f2ca98e
Fix #248
Sep 2, 2014
808745f
Fixes the fix
Sep 2, 2014
14d77b4
Merge pull request #249 from jonathandelgado/patch-1
thethomaseffect Sep 3, 2014
070dd26
Merge pull request #247 from jwarby/master
SomeKittens Sep 4, 2014
c0fcf8f
removed STDIN from keywords
SomeKittens Sep 15, 2014
ed8c945
add opts() for getting key-value pairs
tonylukasavage Sep 19, 2014
6089ed4
Merge pull request #262 from tonylukasavage/options_func
thethomaseffect Sep 21, 2014
bfa7a73
implement Command.prototype.name()
tonylukasavage Sep 23, 2014
f1d6a0c
Merge pull request #264 from tonylukasavage/name_func
thethomaseffect Sep 24, 2014
f6f81bb
rm unused variable
zhiyelee Sep 26, 2014
1114d75
Merge pull request #265 from zhiyelee/typo
zhiyelee Sep 26, 2014
ba98041
remove the set functionality of the name
zhiyelee Sep 26, 2014
4fd6aa6
Merge pull request #266 from zhiyelee/fix
thethomaseffect Sep 26, 2014
f4a8bf2
fix subCommand
zhiyelee Oct 4, 2014
1b7df5c
Merge pull request #270 from zhiyelee/fix-subCommand
thethomaseffect Oct 4, 2014
2463925
Add license field to package.json
phadej Oct 6, 2014
ffe9ff3
Merge pull request #271 from phadej/package-json-license
thethomaseffect Oct 6, 2014
ae24232
lint `){` ==> `) {`
zhiyelee Oct 8, 2014
0ecb81c
Merge pull request #272 from zhiyelee/lint
thethomaseffect Oct 8, 2014
a1cc98c
remove unused list function from custom-help example
fyockm Jan 16, 2014
41c32d6
add .idea to .gitignore
zhiyelee Oct 13, 2014
c0d13ac
Merge pull request #274 from zhiyelee/new
zhiyelee Oct 13, 2014
a92b368
v2.4.0
zhiyelee Oct 17, 2014
c5305b9
typo
zhiyelee Oct 17, 2014
db67c89
Merge pull request #275 from zhiyelee/2.4.0
zhiyelee Oct 17, 2014
83d1c4f
Updates links in readme
shidel-dev Oct 20, 2014
ccc5178
Merge pull request #278 from shidel-dev/master
SomeKittens Oct 20, 2014
06e66d7
update README.md
zhiyelee Oct 21, 2014
5389971
update readme
zhiyelee Oct 21, 2014
558169f
Merge pull request #279 from zhiyelee/readme
zhiyelee Oct 21, 2014
a150a21
Add support for variadic arguments
whitlockjc Oct 20, 2014
af05389
Merge pull request #277 from whitlockjc/fix-issue-53
zhiyelee Oct 21, 2014
2147ce8
fix a bug in demo
zhiyelee Oct 22, 2014
2878611
Merge pull request #280 from zhiyelee/fixdemo
zhiyelee Oct 22, 2014
ca15db9
version bump v2.5.0
zhiyelee Oct 24, 2014
61d8572
version bump v2.5.0
zhiyelee Oct 24, 2014
a12386a
Merge pull request #282 from zhiyelee/v2.5.0
zhiyelee Oct 24, 2014
79ea120
Updated Readme.md to make custom help example portable
thethomaseffect Oct 28, 2014
aa72d84
Fix a bug with variadic argument
Quentin01 Dec 2, 2014
56ae43e
Add a test case for this bug fix
Quentin01 Dec 2, 2014
875e498
Merge pull request #291 from Quentin01/master
zhiyelee Dec 2, 2014
f686474
Make app name settable #292
Dec 4, 2014
1a065da
Merge pull request #293 from LawrenceJones/custom-name
SomeKittens Dec 5, 2014
5204e0f
add info for git-style subcommand
zhiyelee Dec 5, 2014
fe3f70c
small refactor
zhiyelee Dec 5, 2014
ce5dd0d
update code highlight
zhiyelee Dec 5, 2014
76754b8
Merge pull request #296 from zhiyelee/small-refactor
zhiyelee Dec 5, 2014
fc543c8
Merge pull request #295 from zhiyelee/git-style-readme
zhiyelee Dec 6, 2014
87c6acb
Revert "Make app name settable #292"
zhiyelee Dec 7, 2014
5f6f432
Merge pull request #298 from tj/revert-293-custom-name
zhiyelee Dec 7, 2014
ac5d214
Merge branch 'master' into gh-pages
Dec 7, 2014
53a339a
Makefile: Rewrite for simplicity
Dec 7, 2014
b7b558e
index: Update documentation via `$ make docs`
Dec 7, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
node_modules
*.sock
.idea
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
185 changes: 179 additions & 6 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,204 @@
2.5.0 / 2014-10-24
==================

* add support for variadic arguments. Closes #277 @whitlockjc

2.4.0 / 2014-10-17
==================

* fixed a bug on executing the coercion function of subcommands option. Closes #270
* added `Command.prototype.name` to retrieve command name. Closes #264 #266 @tonylukasavage
* added `Command.prototype.opts` to retrieve all the options as a simple object of key-value pairs. Closes #262 @tonylukasavage
* fixed a bug on subcommand name. Closes #248 @jonathandelgado
* fixed function normalize doesn’t honor option terminator. Closes #216 @abbr

2.3.0 / 2014-07-16
==================

* add command alias'. Closes PR #210
* fix: Typos. Closes #99
* fix: Unused fs module. Closes #217

2.2.0 / 2014-03-29
==================

* add passing of previous option value
* fix: support subcommands on windows. Closes #142

2.1.0 / 2013-11-21
==================

* add: allow cflag style option params, unit test, fixes #174

2.0.0 / 2013-07-18
==================

* remove input methods (.prompt, .confirm, etc)

1.3.2 / 2013-07-18
==================

* add support for sub-commands to co-exist with the original command

1.3.1 / 2013-07-18
==================

* add quick .runningCommand hack so you can opt-out of other logic when running a sub command

1.3.0 / 2013-07-09
==================

* add EACCES error handling
* fix sub-command --help

1.2.0 / 2013-06-13
==================

* allow "-" hyphen as an option argument
* support for RegExp coercion

1.1.1 / 2012-11-20
==================

* add more sub-command padding
* fix .usage() when args are present. Closes #106

1.1.0 / 2012-11-16
==================

* add git-style executable subcommand support. Closes #94

1.0.5 / 2012-10-09
==================

* fix `--name` clobbering. Closes #92
* fix examples/help. Closes #89

1.0.4 / 2012-09-03
==================

* add `outputHelp()` method.

1.0.3 / 2012-08-30
==================

* remove invalid .version() defaulting

1.0.2 / 2012-08-24
==================

* add `--foo=bar` support [arv]
* fix password on node 0.8.8. Make backward compatible with 0.6 [focusaurus]

1.0.1 / 2012-08-03
==================

* fix issue #56
* fix tty.setRawMode(mode) was moved to tty.ReadStream#setRawMode() (i.e. process.stdin.setRawMode())

1.0.0 / 2012-07-05
==================

* add support for optional option descriptions
* add defaulting of `.version()` to package.json's version

0.6.1 / 2012-06-01
==================

* Added: append (yes or no) on confirmation
* Added: allow node.js v0.7.x

0.6.0 / 2012-04-10
==================

* Added `.prompt(obj, callback)` support. Closes #49
* Added default support to .choose(). Closes #41
* Fixed the choice example

0.5.1 / 2011-12-20
==================

* Fixed `password()` for recent nodes. Closes #36

0.5.0 / 2011-12-04
==================

* Added sub-command option support [itay]

0.4.3 / 2011-12-04
==================

* Fixed custom help ordering. Closes #32

0.4.2 / 2011-11-24
==================

* Added travis support
* Fixed: line-buffered input automatically trimmed. Closes #31

0.4.1 / 2011-11-18
==================

* Removed listening for "close" on --help

0.4.0 / 2011-11-15
==================

* Added support for `--`. Closes #24

0.3.3 / 2011-11-14
==================

* Fixed: wait for close event when writing help info [Jerry Hamlet]

0.3.2 / 2011-11-01
==================

* Fixed long flag definitions with values [felixge]

0.3.1 / 2011-10-31
==================

* Changed `--version` short flag to `-V` from `-v`
* Changed `.version()` so it's configurable [felixge]

0.3.0 / 2011-10-31
==================

* Added support for long flags only. Closes #18

0.2.1 / 2011-10-24
==================

* "node": ">= 0.4.x < 0.7.0". Closes #20

0.2.0 / 2011-09-26
0.2.0 / 2011-09-26
==================

* Allow for defaults that are not just boolean. Default peassignment only occurs for --no-*, optional, and required arguments. [Jim Isaacs]

0.1.0 / 2011-08-24
0.1.0 / 2011-08-24
==================

* Added support for custom `--help` output

0.0.5 / 2011-08-18
0.0.5 / 2011-08-18
==================

* Changed: when the user enters nothing prompt for password again
* Fixed issue with passwords beginning with numbers [NuckChorris]

0.0.4 / 2011-08-15
0.0.4 / 2011-08-15
==================

* Fixed `Commander#args`

0.0.3 / 2011-08-15
0.0.3 / 2011-08-15
==================

* Added default option value support

0.0.2 / 2011-08-15
0.0.2 / 2011-08-15
==================

* Added mask support to `Command#password(str[, mask], fn)`
Expand Down
19 changes: 10 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@

TESTS = $(shell find test/test.*.js)
BIN := node_modules/.bin

docs: index.html

docclean:
clean:
rm -f index.{html,json}

test:
@./test/run $(TESTS)
index.html: node_modules index.json
node compile index.json > index.html

index.html: index.json
node compile $< > $@
index.json: node_modules index.js
$(BIN)/dox < index.js > index.json

index.json: lib/commander.js
dox < $< > $@
node_modules: package.json
@npm install
@touch node_modules

.PHONY: test docs docclean
.PHONY: docs clean
Loading