Skip to main content

Module shell

Module shell 

Source
Expand description

Declared commands as activities — an action that runs without a Rust crate. Declared commands as activities — an action that runs without a Rust crate.

Re-exports§

pub use action::FailureMode;
pub use action::ShellAction;
pub use action::ShellOutcome;
pub use registry::DeclaredArguments;
pub use registry::DeclaredCommands;
pub use template::CommandTemplate;
pub use template::SubstitutionError;
pub use template::TemplateError;

Modules§

action
A declared command executed as an activity.
registry
Registering a declared command as a servable activity.
template
The parsed form of a declared command and its parameter substitution.