Skip to main content

s

Macro s 

Source
macro_rules! s {
    ($error_id:expr, $($cmd:tt)*) => { ... };
}
Expand description

Execute a shell command with logging at INFO level

§Example

let output = s!("test-002", "ls -la")?;