Expand description

Types and functions related to child processes management.

Structs

The type to spawn commands.

Spawned child process.

Describes the result of a process after it has terminated.

The output of a finished process.

Payload for the CommandEvent::Terminated command event.

Enums

A event sent to the command callback.

Functions

Finds the current running binary’s path.

Kills all child processes created with Command. By default it’s called before the crate::App exits.

Restarts the currently running binary.