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

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

merged 224 commits into from
Dec 8, 2014

Commits on Oct 22, 2011

  1. annotated source link

    tj committed Oct 22, 2011
    Configuration menu
    Copy the full SHA
    9c9689c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2011

  1. docs

    tj committed Oct 23, 2011
    Configuration menu
    Copy the full SHA
    086376a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2011

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

    tj committed Oct 24, 2011
    Configuration menu
    Copy the full SHA
    7eca00e View commit details
    Browse the repository at this point in the history
  2. Release 0.2.1

    tj committed Oct 24, 2011
    Configuration menu
    Copy the full SHA
    81ec7aa View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2011

  1. Added support for long flags only. Closes #18

    .option("--whatever", "some stuff")
    tj committed Oct 31, 2011
    3 Configuration menu
    Copy the full SHA
    8432082 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.0

    tj committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    476ddaf View commit details
    Browse the repository at this point in the history
  3. Make version flags configurable

    I would like to use '-v' for '--verbose' and only expose version as
    '--version'. This change allows me to do this without changing the
    defaults for everybody else.
    felixge committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    c7a6ac1 View commit details
    Browse the repository at this point in the history
  4. Document flags parameter

    felixge committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    a0b3f1a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22 from felixge/custom-version-flags

    Make version flags configurable
    tj committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    060c5d3 View commit details
    Browse the repository at this point in the history
  6. Changed --version short flag to -V

    so they line up nice still, -V is lame but meh
    tj committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    9656c37 View commit details
    Browse the repository at this point in the history
  7. Release 0.3.1

    tj committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    d3deb36 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2011

  1. Fix: Long-only flags would not take values

    For '--longflag [value]', '--longflag' was being mistaken for the
    short option, and '[value]' as the long option. This patch fixes
    this by checking if the second flag argument starts with [ or <
    which indicates a value being expected.
    felixge committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    9e8f3b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from felixge/long-only-flags-with-values

    Fix: Long-only flags would not take values
    tj committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    6480233 View commit details
    Browse the repository at this point in the history
  3. Release 0.3.2

    tj committed Nov 1, 2011
    Configuration menu
    Copy the full SHA
    d1491e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2011

  1. Wait till STDOUT stream is drained before exiting the process.

    Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
    jhamlet authored and tj committed Nov 14, 2011
    Configuration menu
    Copy the full SHA
    fca696a View commit details
    Browse the repository at this point in the history
  2. Wait for the close event, write our help information, then give other…

    … events a chance to write something, and then ask to destroySoon the stdout stream.
    
    Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
    jhamlet authored and tj committed Nov 14, 2011
    Configuration menu
    Copy the full SHA
    f941344 View commit details
    Browse the repository at this point in the history
  3. fix styling

    tj committed Nov 14, 2011
    Configuration menu
    Copy the full SHA
    fe44783 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'integration'

    tj committed Nov 14, 2011
    Configuration menu
    Copy the full SHA
    e01dd89 View commit details
    Browse the repository at this point in the history
  5. ws

    tj committed Nov 14, 2011
    Configuration menu
    Copy the full SHA
    6b5ac39 View commit details
    Browse the repository at this point in the history
  6. Release 0.3.3

    tj committed Nov 14, 2011
    Configuration menu
    Copy the full SHA
    8cecea0 View commit details
    Browse the repository at this point in the history
  7. bump

    tj committed Nov 14, 2011
    Configuration menu
    Copy the full SHA
    bbc53f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2011

  1. Added support for --. Closes #24

    tj committed Nov 15, 2011
    2 Configuration menu
    Copy the full SHA
    e4abf05 View commit details
    Browse the repository at this point in the history
  2. Release 0.4.0

    tj committed Nov 15, 2011
    Configuration menu
    Copy the full SHA
    29a3187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f0c67f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2011

  1. Added .usage() example in docs

    tj committed Nov 18, 2011
    Configuration menu
    Copy the full SHA
    2127275 View commit details
    Browse the repository at this point in the history
  2. removed listening for "close" on --help

    this was breaking for me on 0.4.x and 0.6.x
    tj committed Nov 18, 2011
    Configuration menu
    Copy the full SHA
    7d1cac0 View commit details
    Browse the repository at this point in the history
  3. Release 0.4.1

    tj committed Nov 18, 2011
    Configuration menu
    Copy the full SHA
    41fdf89 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2011

  1. Add options for subcommands

    itay committed Nov 20, 2011
    Configuration menu
    Copy the full SHA
    b32fcca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2f4dad View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2011

  1. Configuration menu
    Copy the full SHA
    4788f70 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2011

  1. Added travis support

    tj committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    2e4ed2d View commit details
    Browse the repository at this point in the history
  2. travis badge

    tj committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    e33a6cf View commit details
    Browse the repository at this point in the history
  3. grr script

    tj committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    b3751b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9745551 View commit details
    Browse the repository at this point in the history
  5. Release 0.4.2

    tj committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    22abcff View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2011

  1. Fixed custom help ordering. Closes #32

    tj committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    78dc4a1 View commit details
    Browse the repository at this point in the history
  2. Release 0.4.3

    tj committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    0aec641 View commit details
    Browse the repository at this point in the history
  3. bump

    tj committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    62a74c1 View commit details
    Browse the repository at this point in the history
  4. Add options for subcommands

    itay authored and tj committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    2454486 View commit details
    Browse the repository at this point in the history
  5. Make the subcommand tests a bit more robust

    itay authored and tj committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    ba74d56 View commit details
    Browse the repository at this point in the history
  6. merged / tweaked

    tj committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    6ccb639 View commit details
    Browse the repository at this point in the history
  7. fixed ordering again

    tj committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    8f2a305 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'integration'

    tj committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    901a521 View commit details
    Browse the repository at this point in the history
  9. Release 0.5.0

    tj committed Dec 4, 2011
    Configuration menu
    Copy the full SHA
    f91f203 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2011

  1. Configuration menu
    Copy the full SHA
    eea372f View commit details
    Browse the repository at this point in the history
  2. use trimRight()

    tj committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    6f0558d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'integration'

    tj committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    731b4fc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2011

  1. Configuration menu
    Copy the full SHA
    c1220dd View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2011

  1. Release 0.5.1

    tj committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    25705d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2012

  1. Configuration menu
    Copy the full SHA
    2beb298 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2012

  1. Fixed the choice example

    yhslai committed Jan 17, 2012
    Configuration menu
    Copy the full SHA
    10d4e35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from raincole/hotfix/examples

    Fixed the choice example
    tj committed Jan 17, 2012
    Configuration menu
    Copy the full SHA
    8e26188 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2012

  1. Configuration menu
    Copy the full SHA
    f2060ff View commit details
    Browse the repository at this point in the history
  2. Release 0.6.0

    tj committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    d660ff3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2012

  1. Configuration menu
    Copy the full SHA
    9312e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63dc290 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2012

  1. Configuration menu
    Copy the full SHA
    aada286 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from cliffano/patch-1

    Fix version flag in help menu
    tj committed May 9, 2012
    Configuration menu
    Copy the full SHA
    43f75e7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2012

  1. Configuration menu
    Copy the full SHA
    b43c270 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2012

  1. allow node.js v0.7.x

    ryancole committed Jun 1, 2012
    Configuration menu
    Copy the full SHA
    a7d5c0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from ryancole/patch-1

    allow node.js v0.7.x
    tj committed Jun 1, 2012
    Configuration menu
    Copy the full SHA
    2651b4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef02666 View commit details
    Browse the repository at this point in the history
  4. Release 0.6.1

    tj committed Jun 1, 2012
    Configuration menu
    Copy the full SHA
    df60805 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2012

  1. Essai

    sebastiendb committed Jul 3, 2012
    Configuration menu
    Copy the full SHA
    5f5bd43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd2e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3118871 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10f5cb7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #69 from focusaurus/patch-1

    Make description optional and avoid printing "--someoption undefined" in...
    tj committed Jul 3, 2012
    Configuration menu
    Copy the full SHA
    f4fd782 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #55 from despekiroule/version

    Issue #48 : Take -version from package.json
    tj committed Jul 3, 2012
    Configuration menu
    Copy the full SHA
    12adc90 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2012

  1. Release 1.0.0

    tj committed Jul 5, 2012
    Configuration menu
    Copy the full SHA
    cc966f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2012

  1. [fix] tty.setRawMode(mode) was moved to tty.ReadStream#setRawMode() (…

    …i.e. process.stdin.setRawMode())
    jfhbrook committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    2aac48f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from node-migrator-bot/clean

    Hi! I fixed some code for you!
    tj committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    7234489 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2012

  1. Fix issue #56

    Leftover arguments need to be pushed back onto the args stack. Makes
    sure that options don't strip of arguments they shouldn't
    orthlieb committed Aug 3, 2012
    Configuration menu
    Copy the full SHA
    d65dabd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from orthlieb/master

    Fix issue #56 where options parsing strips off arguments that it shouldn't
    tj committed Aug 3, 2012
    Configuration menu
    Copy the full SHA
    4f1ddc1 View commit details
    Browse the repository at this point in the history
  3. fix styling of prev commit

    tj committed Aug 3, 2012
    Configuration menu
    Copy the full SHA
    29f289c View commit details
    Browse the repository at this point in the history
  4. Release 1.0.1

    tj committed Aug 3, 2012
    Configuration menu
    Copy the full SHA
    77a337f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2012

  1. >= 0.6.x

    tj committed Aug 21, 2012
    Configuration menu
    Copy the full SHA
    c2edd81 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2012

  1. Add support for equal sign

    This allows you to write
    
      node test --string=Hello
    
    which behaves the same as:
    
      node test --string Hello
    
    This is achieved by updating the normalize method.
    arv committed Aug 23, 2012
    Configuration menu
    Copy the full SHA
    dc8b805 View commit details
    Browse the repository at this point in the history
  2. add todo

    tj committed Aug 23, 2012
    Configuration menu
    Copy the full SHA
    413c9ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85 from arv/fix-equal-sign-in-name

    Add support for equal sign
    tj committed Aug 23, 2012
    Configuration menu
    Copy the full SHA
    2024eb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    605441b View commit details
    Browse the repository at this point in the history
  5. Add outputHelp method to Command object.

    Karthik Viswanathan committed Aug 23, 2012
    Configuration menu
    Copy the full SHA
    a42471a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11136ec View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2012

  1. Tweaks as per TJ

    focusaurus committed Aug 24, 2012
    Configuration menu
    Copy the full SHA
    1b37ea4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from focusaurus/keypress_node_0.8.8

    fix password on node 0.8.8. Make backward compatible with 0.6.
    tj committed Aug 24, 2012
    Configuration menu
    Copy the full SHA
    667afdf View commit details
    Browse the repository at this point in the history
  3. Release 1.0.2

    tj committed Aug 24, 2012
    Configuration menu
    Copy the full SHA
    f0529b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2012

  1. Configuration menu
    Copy the full SHA
    1ff97d3 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.3

    tj committed Aug 30, 2012
    Configuration menu
    Copy the full SHA
    6092d8e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2012

  1. Merge pull request #86 from karthikv/output-help

    Add outputHelp method to Command object.
    tj committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    8c186ff View commit details
    Browse the repository at this point in the history
  2. style refactor

    tj committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    5fc2800 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.4

    tj committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    7cb5aeb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2012

  1. fix examples/help. Closes #89

    tj committed Sep 24, 2012
    Configuration menu
    Copy the full SHA
    1fc8330 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2012

  1. fix --name clobbering. Closes #92

    tj committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    2e4fe08 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.5

    tj committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    53d38cf View commit details
    Browse the repository at this point in the history
  3. Update lib/commander.js

    Usage Information was displaying 'undefined' for command names, apparently because Command's name is store as _name rather than name
    kode4food committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    6394208 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #93 from kode4food/patch-1

    Update lib/commander.js
    tj committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    72b4622 View commit details
    Browse the repository at this point in the history
  5. docs

    tj committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    f5078e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2012

  1. fix typo

    zemirco committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    f5054bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from zeMirco/master

    fix typo
    tj committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    e1466b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2012

  1. remove messy/broken test

    tj committed Nov 5, 2012
    1 Configuration menu
    Copy the full SHA
    7ab5bd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2012

  1. Configuration menu
    Copy the full SHA
    21b4169 View commit details
    Browse the repository at this point in the history
  2. Release 1.1.0

    tj committed Nov 17, 2012
    Configuration menu
    Copy the full SHA
    2a21655 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2012

  1. Configuration menu
    Copy the full SHA
    e52a321 View commit details
    Browse the repository at this point in the history
  2. add more sub-command padding

    tj committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    add0236 View commit details
    Browse the repository at this point in the history
  3. Release 1.1.1

    tj committed Nov 20, 2012
    Configuration menu
    Copy the full SHA
    15da0f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2012

  1. Configuration menu
    Copy the full SHA
    64a9b10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #111 from vojtajina/fix-npmignore

    Don't ship dot files with the npm package
    tj committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    46f6628 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2013

  1. Configuration menu
    Copy the full SHA
    2f12c83 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2013

  1. Configuration menu
    Copy the full SHA
    bd191c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2013

  1. Merge pull request #120 from mreinstein/master

    support for regular expressions in coercion
    tj committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    a3b353a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from kawanet/work

    allow "-" hyphen as an option argument
    tj committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    fff7cac View commit details
    Browse the repository at this point in the history
  3. Release 1.2.0

    tj committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    fc560de View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2013

  1. Configuration menu
    Copy the full SHA
    3a1e7b5 View commit details
    Browse the repository at this point in the history
  2. More nicer error handling

    noway committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    82c3cbe View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2013

  1. Configuration menu
    Copy the full SHA
    698aebb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2013

  1. Merge pull request #158 from ChrisWren/master

    Fixed spelling of 'pineapple' in Readme
    tj committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    62cd70c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #156 from noway421/patch-1

    Fixing issue with subcommands and --help
    tj committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    9766406 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #157 from noway421/patch-2

    More nicer error handling
    tj committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    027b605 View commit details
    Browse the repository at this point in the history
  4. Release 1.3.0

    tj committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    3dd56ef View commit details
    Browse the repository at this point in the history
  5. Release 1.3.0

    tj committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    022d540 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97b7cbd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2013

  1. add quick .runningCommand hack so you can opt-out of other logic when…

    … running a sub command
    
    lame...
    tj committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    da34f30 View commit details
    Browse the repository at this point in the history
  2. Release 1.3.1

    tj committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    1c6ea15 View commit details
    Browse the repository at this point in the history
  3. add support for sub-commands to co-exist with the original command

    before this lame hack you were basically required to make the original command do nothing
    but delegate to other sub-commands
    tj committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    4919699 View commit details
    Browse the repository at this point in the history
  4. Release 1.3.2

    tj committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    bf22882 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2013

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

    they belong in a different library
    tj committed Jul 19, 2013
    3 Configuration menu
    Copy the full SHA
    bf5e1f5 View commit details
    Browse the repository at this point in the history
  2. Release 2.0.0

    tj committed Jul 19, 2013
    9 Configuration menu
    Copy the full SHA
    efc585c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2013

  1. Configuration menu
    Copy the full SHA
    6915b12 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Merge pull request #161 from sindresorhus/files-prop

    Explicitly define contents of npm package
    tj committed Jul 30, 2013
    1 Configuration menu
    Copy the full SHA
    38b7adb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2013

  1. Configuration menu
    Copy the full SHA
    892d8c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2013

  1. Configuration menu
    Copy the full SHA
    a824896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edbcdac View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2013

  1. Merge pull request #176 from tonylukasavage/174-1

    Support for `--cflags` style option parameters, unit test, fixes #174
    tj committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    1317a02 View commit details
    Browse the repository at this point in the history
  2. Release 2.1.0

    tj committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    963458a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2013

  1. clean up usage argument summary

    instead of using implicit array string conversion which includes confusing
    commas, use an explicit .join(' ')
    dbushong committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    d026976 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Merge pull request #173 from yiminghe/issue_142

    support subcommands on windows. Fixes #142
    tj committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    b970a44 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2014

  1. Fixed failing test.

    Simon Oulevay committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    56f4796 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2014

  1. Pass previous option value or default value to coercion function so i…

    …t can be used to collect values.
    AlphaHydrae committed Mar 29, 2014
    Configuration menu
    Copy the full SHA
    edafae1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #198 from AlphaHydrae/repeated-options

    Repeated options
    tj committed Mar 29, 2014
    Configuration menu
    Copy the full SHA
    41bc6a9 View commit details
    Browse the repository at this point in the history
  3. refactor ternary

    tj committed Mar 29, 2014
    Configuration menu
    Copy the full SHA
    cb44616 View commit details
    Browse the repository at this point in the history
  4. Release 2.2.0

    tj committed Mar 29, 2014
    Configuration menu
    Copy the full SHA
    534c63a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2014

  1. Update Readme.md

    Missing `collect`
    plievone committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    a11b34f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. if args is falsy, assume a default collection.

    This is kind of an edge case.
    When the command's option is not required, and the option is not optional, and we follow the
    
    ```
     *      program
     *        .command(..)
     *        .description(..)
     *        .action(function(){
     *        });
    ```
    
    pattern, then after some event chaining args happens to be `undefined` which breaks the flow.
    
    Providing a default value if args do not exist, will make the function less error-prone nonetheless; and it won't cause any regression in the existing behavior.
    v0lkan committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    34abab6 View commit details
    Browse the repository at this point in the history
  2. Added alias feature

    tandrewnichols committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    b64adf6 View commit details
    Browse the repository at this point in the history
  3. Update main help too

    tandrewnichols committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    3a3ddf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d17cf57 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2014

  1. Configuration menu
    Copy the full SHA
    7e95a0f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2014

  1. Merge pull request #214 from Mithgol/patch-1

    use SVG to display Travis CI build testing status
    tj committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    fae41da View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. Merge pull request #203 from plievone/patch-1

    Update Readme.md
    tj committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    89a6a92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #209 from v0lkan/feature/minor-action-fix

    if args is falsy, assume a default collection.
    tj committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    fa2ce5c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2014

  1. Configuration menu
    Copy the full SHA
    fa3aa3f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. Configuration menu
    Copy the full SHA
    3af011a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2014

  1. drop Node.js v0.4.x testing

    Mithgol committed May 7, 2014
    Configuration menu
    Copy the full SHA
    2a37c3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26da5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2ea1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #218 from Mithgol/patch-1

    drop Node.js v0.4.x testing
    tj committed May 7, 2014
    Configuration menu
    Copy the full SHA
    93e9dc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2014

  1. fix typo reported in #99

    SomeKittens committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    0880980 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2014

  1. Merge pull request #217 from tonylukasavage/patch-1

    removed unused fs module
    zhiyelee committed Jul 5, 2014
    Configuration menu
    Copy the full SHA
    ebdd789 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Merge upstream master

    tandrewnichols committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    e00c4ca View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Merge pull request #210 from tandrewnichols/add-alias

    Added alias feature
    SomeKittens committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    33db110 View commit details
    Browse the repository at this point in the history
  2. version bump

    Randall Koutnik committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    7e9f407 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Configuration menu
    Copy the full SHA
    a32be0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #231 from startswithaj/patch-1

    Update History.md for 2.3.0
    SomeKittens committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    7064153 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2014

  1. Configuration menu
    Copy the full SHA
    71faa8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #234 from thethomaseffect/master

    Changed some loc to make them more readable
    thethomaseffect committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    4e839c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Merge pull request #216 from abbr/abbr_bugfix

    Add support for double dash option terminator
    thethomaseffect committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    3242851 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4428a07 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. add space padding, fix #236

    rlidwka committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    5d3ea91 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. Merge pull request #237 from rlidwka/236

    Make padding for options and commands consistent
    thethomaseffect committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    5a95ce1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Merge pull request #186 from dbushong/cleanup-usage

    Fix implicit commas added during array -> string conversion for usage arguments
    thethomaseffect committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    1333365 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. Output version information using process.stdout.write instead of cons…

    …ole.log - fixes #246
    James Warwood committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    b194805 View commit details
    Browse the repository at this point in the history
  2. Fix #248

    Fixes #248
    
    Thanks again!
    Jonathan Delgado committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    f2ca98e View commit details
    Browse the repository at this point in the history
  3. Fixes the fix

    Jonathan Delgado committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    808745f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. Configuration menu
    Copy the full SHA
    14d77b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. Merge pull request #247 from jwarby/master

    Output version information using process.stdout.write instead of console.log
    SomeKittens committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    070dd26 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. Configuration menu
    Copy the full SHA
    c0fcf8f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2014

  1. Configuration menu
    Copy the full SHA
    ed8c945 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2014

  1. Merge pull request #262 from tonylukasavage/options_func

    add opts() for getting key-value pairs of options
    thethomaseffect committed Sep 21, 2014
    Configuration menu
    Copy the full SHA
    6089ed4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Configuration menu
    Copy the full SHA
    bfa7a73 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2014

  1. Merge pull request #264 from tonylukasavage/name_func

    implement Command.prototype.name()
    thethomaseffect committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    f1d6a0c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2014

  1. rm unused variable

    zhiyelee committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    f6f81bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #265 from zhiyelee/typo

    rm unused variable
    zhiyelee committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    1114d75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba98041 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #266 from zhiyelee/fix

    Small edit to #264
    thethomaseffect committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    4fd6aa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2014

  1. fix subCommand

    zhiyelee committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    f4a8bf2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #270 from zhiyelee/fix-subCommand

    Fix the reported bug about sub command in #227
    thethomaseffect committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    1b7df5c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2014

  1. Configuration menu
    Copy the full SHA
    2463925 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #271 from phadej/package-json-license

    Add license field to package.json
    thethomaseffect committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    ffe9ff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2014

  1. lint ){ ==> ) {

    zhiyelee committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    ae24232 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #272 from zhiyelee/lint

    Ensure all '('' have a space before '{'
    thethomaseffect committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    0ecb81c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2014

  1. Configuration menu
    Copy the full SHA
    a1cc98c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2014

  1. add .idea to .gitignore

    zhiyelee committed Oct 13, 2014
    1 Configuration menu
    Copy the full SHA
    41c32d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #274 from zhiyelee/new

    add .idea to .gitignore
    zhiyelee committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    c0d13ac View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

  1. v2.4.0

    zhiyelee committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    a92b368 View commit details
    Browse the repository at this point in the history
  2. typo

    zhiyelee committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    c5305b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #275 from zhiyelee/2.4.0

    version bump v2.4.0
    zhiyelee committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    db67c89 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2014

  1. Updates links in readme

    shidel-dev committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    83d1c4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #278 from shidel-dev/master

    Updates links in readme
    SomeKittens committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    ccc5178 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2014

  1. update README.md

    zhiyelee committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    06e66d7 View commit details
    Browse the repository at this point in the history
  2. update readme

    zhiyelee committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    5389971 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #279 from zhiyelee/readme

    update  links and add badges
    zhiyelee committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    558169f View commit details
    Browse the repository at this point in the history
  4. Add support for variadic arguments

    Fixes #53
    whitlockjc committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    a150a21 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #277 from whitlockjc/fix-issue-53

    Add support for variadic arguments
    zhiyelee committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    af05389 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2014

  1. fix a bug in demo

    zhiyelee committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    2147ce8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #280 from zhiyelee/fixdemo

    fix a bug in the `Variadic arguments` demo
    zhiyelee committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    2878611 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2014

  1. version bump v2.5.0

    zhiyelee committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    ca15db9 View commit details
    Browse the repository at this point in the history
  2. version bump v2.5.0

    zhiyelee committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    61d8572 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #282 from zhiyelee/v2.5.0

    v2.5.0
    zhiyelee committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    a12386a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2014

  1. Configuration menu
    Copy the full SHA
    79ea120 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Configuration menu
    Copy the full SHA
    aa72d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56ae43e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #291 from Quentin01/master

    Fix a bug with variadic argument.
    zhiyelee committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    875e498 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Make app name settable #292

    Lawrence Jones committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    f686474 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. Merge pull request #293 from LawrenceJones/custom-name

    Make app name settable #292
    SomeKittens committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    1a065da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5204e0f View commit details
    Browse the repository at this point in the history
  3. small refactor

    zhiyelee committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    fe3f70c View commit details
    Browse the repository at this point in the history
  4. update code highlight

    zhiyelee committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    ce5dd0d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #296 from zhiyelee/small-refactor

    merge the three `if(desc)`
    zhiyelee committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    76754b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2014

  1. Merge pull request #295 from zhiyelee/git-style-readme

    add info for git-style subcommand
    zhiyelee committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    fc543c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2014

  1. Configuration menu
    Copy the full SHA
    87c6acb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #298 from tj/revert-293-custom-name

    Revert "Make app name settable #292"
    zhiyelee committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    5f6f432 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into gh-pages

    * master: (156 commits)
      Revert "Make app name settable #292"
      update code highlight
      small refactor
      add info for git-style subcommand
      Make app name settable #292
      Add a test case for this bug fix
      Fix a bug with variadic argument
      Updated Readme.md to make custom help example portable
      version bump v2.5.0
      version bump v2.5.0
      fix a bug in demo
      Add support for variadic arguments
      update readme
      update README.md
      Updates links in readme
      typo
      v2.4.0
      add .idea to .gitignore
      remove unused list function from custom-help example
      lint `){` ==> `) {`
      ...
    
    Conflicts:
    	Readme.md
    	lib/commander.js
    Stephen Mathieson committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    ac5d214 View commit details
    Browse the repository at this point in the history
  4. Makefile: Rewrite for simplicity

    This patch removes the unnecessary `test` target from the Makefile, as
    there's no need to run tests in the `gh-pages` branch.  In addition,
    we're no longer reliant on globally installed packages.  We use a
    locally installed `dox` to build our documentation.
    Stephen Mathieson committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    53a339a View commit details
    Browse the repository at this point in the history
  5. index: Update documentation via $ make docs

    Stephen Mathieson committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    b7b558e View commit details
    Browse the repository at this point in the history