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 8a689bb commit 4a32f09Copy full SHA for 4a32f09
utils/dev-scripts/split-cmdline
@@ -53,7 +53,6 @@ def main():
53
continue
54
if not first:
55
# Print option arguments in the same line
56
- is_arg_param = is_arg_param or not arg.startswith("-")
57
print(" " if is_arg_param else " \\\n ", end="")
58
first = False
59
0 commit comments