Skip to content
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

Update rox commands to use sh to run arbitrary commands #3

Merged
merged 1 commit into from
Nov 25, 2023

Conversation

ThomasLaPiana
Copy link
Owner

@ThomasLaPiana ThomasLaPiana commented Nov 25, 2023

I was running into a problem while using rox where more complex commands like cargo watch -c -x 'run server' wouldn't work because of the way that the arguments were being passed to the command. The method of forcing sh -c seems to fix it!

Note: the documentation specifically calls out that things like globs and strings don't work in args

@ThomasLaPiana ThomasLaPiana marked this pull request as ready for review November 25, 2023 02:05
@ThomasLaPiana ThomasLaPiana merged commit a6849f1 into main Nov 25, 2023
1 check passed
@ThomasLaPiana ThomasLaPiana deleted the fix-complex-commands branch November 25, 2023 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant