pub fn info(message: &str)
Print an info message to stderr.
message
use fob_cli::ui::info; info("Starting build process...");