Crate deno_task_shell

Source

Modules§

parser
which

Structs§

ExecutableCommand
Command that resolves the command name and executes it in a separate process.
ExecuteCommandArgsContext
KillSignal
Used to send signals to commands.
KillSignalDropGuard
Guard that on drop will send a signal on the associated KillSignal.
ShellCommandContext
ShellState

Enums§

EnvChange
ExecuteResult
ShellPipeReader
Reader side of a pipe.
ShellPipeWriter
Writer side of a pipe.
SignalKind

Traits§

ShellCommand

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.

Type Aliases§

FutureExecuteResult