diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-04-12 20:50:44 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-04-12 20:50:51 +0800 |
| commit | c7817348618fbc7eedadb3ba56e4784ec12dd4af (patch) | |
| tree | a85e361b0651dde05d334a8526bec0beaf82089c /mingling_core/src/asset | |
| parent | 40578ba8e008e69d8fa0615a822b286617f37adb (diff) | |
Use same suggestion format for PowerShell as Zsh
Diffstat (limited to 'mingling_core/src/asset')
| -rw-r--r-- | mingling_core/src/asset/comp.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_core/src/asset/comp.rs b/mingling_core/src/asset/comp.rs index c2e6970..c1c7ab5 100644 --- a/mingling_core/src/asset/comp.rs +++ b/mingling_core/src/asset/comp.rs @@ -93,8 +93,8 @@ impl CompletionHelper { Suggest::Suggest(suggestions) => { trace!("rendering {} suggestions", suggestions.len()); match ctx.shell_flag { - ShellFlag::Zsh => { - trace!("using zsh format"); + ShellFlag::Zsh | ShellFlag::Powershell => { + trace!("using zsh/pwsh format"); print_suggest_with_description(suggestions) } ShellFlag::Fish => { |
