Re-exports§
pub use command_output::*;
Modules§
Macros§
- Creates or modifies a
std::process::Command
adding args. - Easily create a
Cow<'_, str>
. - Easily create a
Vec<Cow<'_, str>>
. Uses the same syntax asvec![]
. - Easily create a
String
. - Easily create a
Vec<String>
. Uses the same syntax asvec![]
.
Functions§
- Checks for the existance of a given command.
- Generates a 1-1 related Containerfile to a recipe. The file is in the format of
Containerfile.{path_hash}
. - Get’s the env var wrapping it with a miette error
- Performs a retry on a given closure with a given nubmer of attempts and delay.
- Creates a serde error for displaying the file and where the error occurred.