Modules§
Structs§
- Executable
Command - Command that resolves the command name and executes it in a separate process.
- Execute
Command Args Context - Kill
Signal - Used to send signals to commands.
- Kill
Signal Drop Guard - Guard that on drop will send a signal on the associated
KillSignal
. - Shell
Command Context - Shell
State
Enums§
- EnvChange
- Execute
Result - Shell
Pipe Reader - Reader side of a pipe.
- Shell
Pipe Writer - Writer side of a pipe.
- Signal
Kind
Traits§
Functions§
- execute
- Executes a
SequentialList
of commands in a deno_task_shell environment. - execute_
with_ pipes - Executes a
SequentialList
of commands with specified input and output pipes. - pipe
- Used to communicate between commands.