We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00df9e4 commit 69ab1e1Copy full SHA for 69ab1e1
cmd2/cmd2.py
@@ -3205,7 +3205,8 @@ def do_history(self, args: argparse.Namespace) -> None:
3205
3206
# -v must be used alone with no other options
3207
if args.verbose:
3208
- if args.clear or args.edit or args.output_file or args.run or args.transcript or args.expanded or args.script:
+ if args.clear or args.edit or args.output_file or args.run or args.transcript \
3209
+ or args.expanded or args.script:
3210
self.poutput("-v can not be used with any other options")
3211
self.poutput(self.history_parser.format_usage())
3212
return
0 commit comments