X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=argparse_utils.py;fp=argparse_utils.py;h=6055f1ac0334f15286ee2d5884863e42b5eb7746;hb=56bc30dfecdf11d477c97afe0ebef234a18ee258;hp=83a3aa47be1cd4f632c8960beeb4aefb0d4fc840;hpb=c08841600a2f61049cdb1a152407a1fb8ca129a5;p=python_utils.git 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):