Module command

Source

Structs§

Command
This is a custom command wrapper that simplifies working with commands and makes it easier to ensure that we check the exit status of executed processes.
CompletedProcess
Represents the result of an executed process. The various assert_ helper methods should preferably be used for checking the contents of stdout/stderr.