pub fn boot( name: &str, version: &str, quiet: bool, root_env_var: &str, ) -> CliApp
Bootstrap a CLI tool: print the banner (unless quiet) and resolve the workspace root.