Searched refs:cli_name (Results 1 – 1 of 1) sorted by relevance
163 let cli_name = cmd.get_name().to_owned(); in execute() localVariable165 clap_complete::generate(self.shell, &mut cmd, cli_name, &mut std::io::stdout()); in execute()