aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset/comp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/asset/comp.rs')
-rw-r--r--mingling_core/src/asset/comp.rs4
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 => {