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 d3deca3 commit caa7865Copy full SHA for caa7865
cmd2/argparse_completer.py
@@ -231,7 +231,7 @@ def update_mutex_groups(arg_action: argparse.Action) -> None:
231
if arg_action == completer_action:
232
return
233
234
- error = ("Error: argument {}: not allowed with argument {}\n".
+ error = ("Error: argument {}: not allowed with argument {}".
235
format(argparse._get_action_name(arg_action),
236
argparse._get_action_name(completer_action)))
237
raise CompletionError(error)
0 commit comments