[Pkg-javascript-commits] [node-argparse] 06/11: Merge tag 'upstream/1.0.7'

Jonathan Horn jonathanh-guest at moszumanska.debian.org
Sat Mar 19 14:12:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

jonathanh-guest pushed a commit to branch master
in repository node-argparse.

commit 8d2c06bcacee4f70059f14e42b4d5b9b5c8f203c
Merge: 25c8b7c 9cb5433
Author: Jonathan Ulrich Horn <debian at autoit4you.de>
Date:   Sat Mar 19 14:46:07 2016 +0100

    Merge tag 'upstream/1.0.7'
    
    Upstream version 1.0.7
    
    # gpg: Signature made Sat 19 Mar 2016 02:46:02 PM CET
    # gpg:                using RSA key AC357D0566D059E4
    # gpg: Good signature from "Jonathan Ulrich Horn <jonathan at autoit4you.de>"
    # gpg:                 aka "Jonathan Ulrich Horn <debian at autoit4you.de>"
    # gpg:                 aka "Jonathan Ulrich Horn <info at autoit4you.de>"
    # Primary key fingerprint: 7299 6C68 69EB 4676 01C4  F4DF D8FE 953B BCC5 8C73
    #      Subkey fingerprint: C9C5 1C6E A7B3 CEE2 88B0  039C AC35 7D05 66D0 59E4

 .jshintignore => .eslintignore |   3 +-
 .eslintrc.yml                  | 135 +++++++++++++++++++++
 .jshintrc                      |  73 ------------
 .npmignore                     |   5 -
 .travis.yml                    |   4 +-
 CHANGELOG.md                   |  99 ++++++++++------
 Makefile                       |  36 +-----
 README.md                      |  20 +++-
 examples/.eslintrc.yml         |   2 +
 examples/arguments.js          |   9 ++
 examples/choice.js             |   6 +-
 examples/constants.js          |   2 +-
 examples/parents.js            |  10 +-
 examples/prefix_chars.js       |  10 +-
 examples/sub_commands.js       |  11 +-
 examples/sum.js                |   4 +-
 examples/testformatters.js     |  58 ++++-----
 index.js                       |   2 +
 lib/action.js                  |  22 ++--
 lib/action/append.js           |   8 +-
 lib/action/append/constant.js  |   2 +-
 lib/action/help.js             |   9 +-
 lib/action/store.js            |   4 +-
 lib/action/store/constant.js   |   2 +-
 lib/action/store/false.js      |   2 +-
 lib/action/store/true.js       |   2 +-
 lib/action/subparsers.js       |  27 ++---
 lib/action/version.js          |   9 +-
 lib/action_container.js        |  73 ++++++------
 lib/argument_parser.js         | 259 ++++++++++++++++++++---------------------
 lib/const.js                   |   3 +
 lib/help/added_formatters.js   |  23 ++--
 lib/help/formatter.js          | 203 ++++++++++++++++----------------
 lib/namespace.js               |  13 +--
 lib/utils.js                   |  57 +++++++++
 package.json                   |  12 +-
 test/base.js                   | 204 +++++++++++++++++---------------
 test/childgroups.js            |  26 ++---
 test/choices.js                |  20 ++--
 test/conflict.js               |  46 ++++----
 test/constant.js               |  28 ++---
 test/formatters.js             |  44 +++----
 test/fromfile.js               |  53 ++++-----
 test/group.js                  | 102 ++++++++--------
 test/nargs.js                  | 115 +++++++++---------
 test/optionals.js              |  58 ++++-----
 test/parents.js                |  14 +--
 test/positionals.js            |   6 +-
 test/prefix.js                 |   5 +-
 test/sub_commands.js           |  27 ++---
 test/suppress.js               |   8 +-
 test/user_defined_type.js      |  89 +++++++-------
 52 files changed, 1106 insertions(+), 958 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-argparse.git



More information about the Pkg-javascript-commits mailing list