summaryrefslogtreecommitdiff
path: root/scripts/deploy/completions/powershell.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy/completions/powershell.ps1')
-rw-r--r--scripts/deploy/completions/powershell.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/deploy/completions/powershell.ps1 b/scripts/deploy/completions/powershell.ps1
index ec91038..e393e52 100644
--- a/scripts/deploy/completions/powershell.ps1
+++ b/scripts/deploy/completions/powershell.ps1
@@ -25,6 +25,7 @@ Register-ArgumentCompleter -CommandName jvn -ScriptBlock {
"-c", $commandName
"-i", ($words.Count - 1).ToString()
"-a", ($words | ForEach-Object { $_ -replace '-', '^' })
+ "-F", "powershell"
)
$suggestions = jvn_comp $args 2>$null