Task.toPrettyString

Returns a string representation of the task.

Since individual commands are in argv format, we format it into a string as one would enter into a shell.

struct Task
const pure
string
toPrettyString
(
bool verbose = false
)

Meta