Skip to main content

boot

Function boot 

Source
pub fn boot(
    name: &str,
    version: &str,
    quiet: bool,
    root_env_var: &str,
) -> CliApp
Expand description

Bootstrap a CLI tool: print the banner (unless quiet) and resolve the workspace root.