xref: /third_party/rust/crates/clap/clap_complete/src/shells/mod.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/clap/clap_complete/src/shells/
119625d8cSopenharmony_ci//! Shell-specific generators
219625d8cSopenharmony_ci
319625d8cSopenharmony_cimod bash;
419625d8cSopenharmony_cimod elvish;
519625d8cSopenharmony_cimod fish;
619625d8cSopenharmony_cimod powershell;
719625d8cSopenharmony_cimod shell;
819625d8cSopenharmony_cimod zsh;
919625d8cSopenharmony_ci
1019625d8cSopenharmony_cipub use bash::Bash;
1119625d8cSopenharmony_cipub use elvish::Elvish;
1219625d8cSopenharmony_cipub use fish::Fish;
1319625d8cSopenharmony_cipub use powershell::PowerShell;
1419625d8cSopenharmony_cipub use shell::Shell;
1519625d8cSopenharmony_cipub use zsh::Zsh;
16

Indexes created Thu Nov 07 10:32:03 CST 2024