Expand description
Shell abstraction for flowey command execution.
Provides FloweyShell and FloweyCmd as thin wrappers around
[xshell::Shell] and [xshell::Cmd] that enable command
wrapping (e.g., running commands inside nix-shell --pure --run).
Structs§
- Flowey
Cmd - A wrapper around [
xshell::Cmd] that applies aCommandWrapperKindat execution time. - Flowey
Shell - A wrapper around [
xshell::Shell] that supports transparent command wrapping via an optionalCommandWrapperKind.
Enums§
- Command
Wrapper Kind - Serializable description of a command wrapper.