finally get rid of config/legacy in favor of configfile.py and django.py

This commit is contained in:
Nick Sweeting 2024-10-21 03:06:19 -07:00
parent b3107ab830
commit 312e40b95b
No known key found for this signature in database
8 changed files with 428 additions and 546 deletions

View file

@ -27,7 +27,7 @@ def main(args: Optional[List[str]]=None, stdin: Optional[IO]=None, pwd: Optional
parser.add_argument(
'--search',
action='store_true',
help="Search for KEYs that match the given search terms",
help="Search config KEYs, VALUEs, and ALIASES for the given term",
)
group.add_argument(
'--get', #'-g',