executeShell signature in documentation

Andre Pany andre at s-e-a-p.de
Tue Nov 27 18:48:00 UTC 2018


Hi,
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...

Could that be fixed?

Kind regards
Andre


More information about the Digitalmars-d mailing list