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
While searching for "dlang executeShell" the first hit is: https://dlang.org/library/std/process/execute_shell.html The signature is rather strange:
const(string[string]) env = cast(const(string[string]))null, Config config = cast(Config)0, ulong maxOutput = 18446744073709551615LU
If I open the documentation by starting from dlang.org there is a different signature shown, a lot more readable:
const string[string] env = null, Config config = Config.none, size_t maxOutput = size_t.max
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While searching for "dlang executeShell" the first hit is: https://dlang.org/library/std/process/execute_shell.html
The signature is rather strange:
If I open the documentation by starting from dlang.org there is a different signature shown, a lot more readable:
The text was updated successfully, but these errors were encountered: