property Deno.CommandStatus.success
If the child process exits with a 0 status code, success will be set
to true, otherwise false.
Type #
boolean If the child process exits with a 0 status code, success will be set
to true, otherwise false.
boolean