macro_rules! banner_file {
($path:expr) => { ... };
}Expand description
Register a banner from a file path (evaluated at runtime).
macro_rules! banner_file {
($path:expr) => { ... };
}Register a banner from a file path (evaluated at runtime).