diff options
Diffstat (limited to 'tests/t-argparse.conf')
-rw-r--r-- | tests/t-argparse.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/t-argparse.conf b/tests/t-argparse.conf index a42d1a1..2691553 100644 --- a/tests/t-argparse.conf +++ b/tests/t-argparse.conf @@ -8,6 +8,11 @@ echo # The next should be flagged as unexpected meta command. #<off>[ignore] +# The command mode enables git style commands. As usual it can be +# prefixed with a + to enable or a with a - to disable this feature. +# The last seen in any config file is used. +#<off>[command-mode] + my-option 4711 not-my-option |