Module shell

Module shell 

Source
Expand description

Shell abstractions for flowey command execution.

Structs§

FloweyCmd
A wrapper around [xshell::Cmd] that applies a CommandWrapperKind at execution time.
FloweyShell
A wrapper around [xshell::Shell] that supports transparent command wrapping via an optional CommandWrapperKind.

Enums§

CommandWrapperKind
Serializable description of a command wrapper.