Home
last modified time | relevance | path

Searched refs:CUSTOM_TEMPL_HELP (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dtemplate_help.rs51 static CUSTOM_TEMPL_HELP: &str = "MyApp 1.0 variable
98 utils::assert_output(cmd, "MyApp --help", CUSTOM_TEMPL_HELP, false); in custom_template()