mirror of
https://github.com/flynx/argv.js.git
synced 2025-10-28 10:20:09 +00:00
comptibility tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a9ea485787
commit
68f4fab4fd
4
argv.js
4
argv.js
@ -52,8 +52,8 @@ var COMMAND_PREFIX = '@'
|
|||||||
|
|
||||||
//---------------------------------------------------------------------
|
//---------------------------------------------------------------------
|
||||||
|
|
||||||
module.STOP =
|
module.STOP = object.STOP
|
||||||
{doc: 'Stop option processing, triggers .stop(..) handlers'}
|
|| {doc: 'Stop option processing, triggers .stop(..) handlers'}
|
||||||
|
|
||||||
module.THEN =
|
module.THEN =
|
||||||
{doc: 'Break option processing, triggers .then(..) handlers'}
|
{doc: 'Break option processing, triggers .then(..) handlers'}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user