Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4baecd6

Browse files
author
Scrocky
committed
style(extra_args): Added newlines and WARN to 'Incomplete commit command' warning
1 parent 8df5c94 commit 4baecd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎commitizen/cli.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def main():
468468
# Log warning for -- without any extra args
469469
elif len(unknown_args) == 1:
470470
logger.warning(
471-
"Incomplete commit command: received -- separator without any following git arguments"
471+
"\nWARN: Incomplete commit command: received -- separator without any following git arguments\n"
472472
)
473473
extra_args = " ".join(unknown_args[1:])
474474
arguments["extra_cli_args"] = extra_args

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /