This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

argparse-longhelp

1.0.3 • Public • Published

Small helper function for argparse to add extra help text.

This makes use of argparse internals, but the project's code is stable enough and is unlikely to change in a way that would break this.

Example

const parser = new ArgumentParser({
  version: '1.0.0',
  addHelp: true,
  description: 'Regular description',
  epilog: 'Copyright'
})
addLongHelp(parser, 'A long explanation')

Copyright

MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i argparse-longhelp

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

2.45 kB

Total Files

4

Last publish

Collaborators

  • msikma