We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I replaced argv here https://github.com/DaanDeMeyer/reproc/blob/3e7caf8/reproc/examples/drain.c#L20 with this line but the output is always empty:
argv
output
char *cmd[] = { "curl", "--proto", "=https", "--tlsv1.2", "-sSf", "https://sh.rustup.rs", "\0" /* tried without this also */ };
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
This works for me on Linux. Are you on Windows by any chance?
Sorry, something went wrong.
Not working as of this morning. Windows.
No branches or pull requests
I replaced
argv
here https://github.com/DaanDeMeyer/reproc/blob/3e7caf8/reproc/examples/drain.c#L20 with this line but theoutput
is always empty:What am I doing wrong?
The text was updated successfully, but these errors were encountered: