1.0.3 • Published 6 years ago

argparse-longhelp v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago