mirror of
https://github.com/flynx/argv.js.git
synced 2025-10-29 18:50:09 +00:00
minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d8ef954d94
commit
1b2e60fedc
10
argv.js
10
argv.js
@ -359,18 +359,18 @@ object.Constructor('Parser', {
|
|||||||
//
|
//
|
||||||
// Formatting option spec:
|
// Formatting option spec:
|
||||||
//
|
//
|
||||||
// +-------------- .helpColumnOffset
|
// +-------------- .helpColumnOffset (3 tabs)
|
||||||
// /
|
// /
|
||||||
// |<------------------------>|
|
// |<------+-------+------>|
|
||||||
//
|
//
|
||||||
// -o, --option=VALUE - option doc
|
// -o, --option=VALUE - option doc
|
||||||
// __ _ __
|
// __ _ __
|
||||||
// \ \ \
|
// \ \ \
|
||||||
// \ \ +---- .helpColumnPrefix
|
// \ \ +---- .helpColumnPrefix ('- ')
|
||||||
// \ \
|
// \ \
|
||||||
// \ +--------------- .helpValueSeparator
|
// \ +--------------- .helpValueSeparator ('=')
|
||||||
// \
|
// \
|
||||||
// +---------------------- .helpArgumentSeparator
|
// +---------------------- .helpArgumentSeparator (', ')
|
||||||
//
|
//
|
||||||
// doc config...
|
// doc config...
|
||||||
helpColumnOffset: 3,
|
helpColumnOffset: 3,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user