8000
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 1a0ad6c commit 82879abCopy full SHA for 82879ab
commitizen/cli.py
@@ -468,7 +468,7 @@ def main():
468
# Log warning for -- without any extra args
469
elif len(unknown_args) == 1:
470
logger.warning(
471
- "Incomplete commit command: received -- separator without any following git arguments"
+ "\nWARN: Incomplete commit command: received -- separator without any following git arguments\n"
472
)
473
extra_args = " ".join(unknown_args[1:])
474
arguments["extra_cli_args"] = extra_args
0 commit comments