Archived
1
0
Fork 0
This commit is contained in:
yzhh 2021-10-15 18:21:34 +08:00
parent c12e97855b
commit 6d728184ff

View file

@ -26,7 +26,7 @@ class CommandParser:
if isinstance(args, Command):
if args.help_doc is not None:
args = args.help_doc
if args.desc is not None:
elif args.desc is not None:
args = args.desc
self.desc = True
if isinstance(args, (Option, Schedule, StartUp, RegexCommand)):