Expand description
The Command API module allows you to manage child processes.
Functions§
- Gets the binary command with the current target triple.
- Gets the path to command relative to the current executable path.
- Gets the output of the given command.
- Spawns a process with a command string relative to the current executable path. For example, if your app bundles two executables, you don’t need to worry about its path and just run
second-app
.