On Wednesday, 29 April 2015 at 21:56:18 UTC, Ali Çehreli wrote:
On 04/29/2015 02:54 PM, Ali Çehreli wrote:executeShell returns the status and the output as a typeCertainly not. The output is an object of a special type, which the documentation refers to as 'auto'. Grrr... :) Ok, maybe it's a Voldemort type. Anyway...
The function's documentation has a "Returns" section, which says:
Returns: An std.typecons.Tuple!(int, "status", string, "output").