Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-19 15:56:31 +03:00
parent 54451e0451
commit d8ef954d94

17
argv.js
View File

@ -357,6 +357,21 @@ object.Constructor('Parser', {
// Help...
//
// Formatting option spec:
//
// +-------------- .helpColumnOffset
// /
// |<------------------------>|
//
// -o, --option=VALUE - option doc
// __ _ __
// \ \ \
// \ \ +---- .helpColumnPrefix
// \ \
// \ +--------------- .helpValueSeparator
// \
// +---------------------- .helpArgumentSeparator
//
// doc config...
helpColumnOffset: 3,
helpColumnPrefix: '- ',
@ -369,7 +384,7 @@ object.Constructor('Parser', {
usage: '$SCRIPTNAME [OPTIONS]',
doc: undefined,
examples: undefined,
//footer: '$SCRIPTNAME ($VERSION / $LICENSE) by $AUTHOR',
//footer: 'Written by $AUTHOR ($VERSION / $LICENSE).',
footer: undefined,
// XXX should wrap long lines...