Modules§
Structs§
- Command that resolves the command name and executes it in a separate process.
- Used to send signals to commands.
- Guard that on drop will send a signal on the associated
KillSignal
.
Enums§
- Reader side of a pipe.
- Writer side of a pipe.
Traits§
Functions§
- Executes a
SequentialList
of commands in a deno_task_shell environment. - Executes a
SequentialList
of commands with specified input and output pipes. - Used to communicate between commands.