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

executeShell signature in documentation #217

Open
andre2007 opened this issue Nov 29, 2018 · 0 comments
Open

executeShell signature in documentation #217

andre2007 opened this issue Nov 29, 2018 · 0 comments

Comments

@andre2007
Copy link

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
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

No branches or pull requests

1 participant