Macro bash_builtins::error

source ·
macro_rules! error {
    ($($arg:tt)+) => { ... };
}
Expand description

Macro to use error() with a format string.

§Example

See the example in the [warning!()] documentation.