pub fn find_cli_script(name: &str) -> Option<&'static str>Expand description
Find an embedded CLI subcommand script by name. Returns the embedded
source string when present, or None if no script with that name is
registered in STDLIB_CLI_SCRIPTS.