Closed raulsntos closed 3 years ago
Re-implements launching the Godot process with https://github.com/madelson/MedallionShell and provides the executableArguments to the command (fixes #19).
executableArguments
MedallionShell handles the escaping of the arguments.
This is an alternative implementation of #20 which should handle more edge cases escaping the arguments.
LGTM and I'm fine with the dependency. Let me know if it's ready to merge.
Yeah, it's ready to merge.
@neikeq Can it be merged already?
Sorry, I forgot about this.
Re-implements launching the Godot process with https://github.com/madelson/MedallionShell and provides the
executableArguments
to the command (fixes #19).MedallionShell handles the escaping of the arguments.
This is an alternative implementation of #20 which should handle more edge cases escaping the arguments.