summaryrefslogtreecommitdiff
path: root/argparse_utils.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-05-28 12:58:51 -0700
committerScott Gasch <[email protected]>2022-05-28 12:58:51 -0700
commit56bc30dfecdf11d477c97afe0ebef234a18ee258 (patch)
tree2c7057a9c663af1277c3dddcff55af5315c3ffd3 /argparse_utils.py
parentc08841600a2f61049cdb1a152407a1fb8ca129a5 (diff)
Allowances for getting sphinx docs set up.
Diffstat (limited to 'argparse_utils.py')
-rw-r--r--argparse_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/argparse_utils.py b/argparse_utils.py
index 83a3aa4..6055f1a 100644
--- a/argparse_utils.py
+++ b/argparse_utils.py
@@ -33,6 +33,8 @@ class ActionNoYes(argparse.Action):
--enable_the_thing
--no_enable_the_thing
+ These arguments can be used to indicate the inclusion or exclusion of
+ binary exclusive behaviors.
"""
def __init__(self, option_strings, dest, default=None, required=False, help=None):