Lines Matching refs:str
3 pub fn basic_command(name: &'static str) -> clap::Command {
26 pub fn feature_sample_command(name: &'static str) -> clap::Command {
56 pub fn special_commands_command(name: &'static str) -> clap::Command {
71 pub fn quoting_command(name: &'static str) -> clap::Command {
121 pub fn aliases_command(name: &'static str) -> clap::Command {
146 pub fn sub_subcommands_command(name: &'static str) -> clap::Command {
164 pub fn value_hint_command(name: &'static str) -> clap::Command {
248 pub fn hidden_option_command(name: &'static str) -> clap::Command {
263 pub fn env_value_command(name: &'static str) -> clap::Command {
284 pub fn possible_values_command(name: &'static str) -> clap::Command {
316 pub fn value_name_without_arg(name: &'static str) -> clap::Command {