Home
last modified time | relevance | path

Searched refs:PowerShell (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/clap/clap_complete/tests/
H A Dpowershell.rs9 clap_complete::shells::PowerShell, in basic()
21 clap_complete::shells::PowerShell, in feature_sample()
33 clap_complete::shells::PowerShell, in special_commands()
45 clap_complete::shells::PowerShell, in quoting()
57 clap_complete::shells::PowerShell, in aliases()
69 clap_complete::shells::PowerShell, in sub_subcommands()
81 clap_complete::shells::PowerShell, in value_hint()
93 clap_complete::shells::PowerShell, in value_terminator()
105 clap_complete::shells::PowerShell, in two_multi_valued_arguments()
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dshell.rs21 /// PowerShell
22 PowerShell,
56 Shell::PowerShell, in value_variants()
66 Shell::PowerShell => PossibleValue::new("powershell"), in to_possible_value()
78 Shell::PowerShell => shells::PowerShell.file_name(name), in file_name()
88 Shell::PowerShell => shells::PowerShell.generate(cmd, buf), in generate()
136 Some(Shell::PowerShell) in from_env()
152 "powershell" | "powershell_ise" => Some(Shell::PowerShell), in parse_shell_from_path()
[all...]
H A Dpowershell.rs11 pub struct PowerShell; structure names
13 impl Generator for PowerShell {
H A Dmod.rs13 pub use powershell::PowerShell;

Completed in 2 milliseconds