From 56bc30dfecdf11d477c97afe0ebef234a18ee258 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 28 May 2022 12:58:51 -0700 Subject: Allowances for getting sphinx docs set up. --- argparse_utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'argparse_utils.py') 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): -- cgit v1.3