pub fn set_startup_banner_from_file(path: &str) -> Result<(), ModCliError>Expand description
Registers a startup banner from a UTF-8 text file. The contents are read immediately and stored; at runtime the stored text is printed when the banner runs. Returns Err if the file cannot be read.