-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow ++
as an alternative separator to --
for user CLI arguments
#68532
Allow ++
as an alternative separator to --
for user CLI arguments
#68532
Conversation
Maybe we could use Edit: Though it's not too terrible either, if others are fine with What's the Edit: Did some tests myself, couldn't find a way aside from making a shell script. |
Yea, I'd rather see something other than
|
I've changed this PR to use |
4ac91a4
to
3929294
Compare
//
as an alternative separator to --
for user CLI arguments++
as an alternative separator to --
for user CLI arguments
This is required when using `startx` to start a Godot project, as `--` is used by `startx` for its own arguments (and there is no way to escape it).
3929294
to
914d3e1
Compare
Thanks! |
This is required when using
startx
to start a Godot project, as--
is used bystartx
for its own arguments (and there is no way to escape it). This is specifically needed by https://github.com/godotengine/godot-benchmarks for automation purposes.Testing project: test_cli_separator_double_slash.zip