We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fcd52 commit 7e03793Copy full SHA for 7e03793
src/powershell.ts
@@ -75,7 +75,7 @@ export function generate(
75
# Split the command at the first space to separate the program and arguments.
76
$Program, $Arguments = $Command.Split(" ", 2)
77
78
- $RequestComp = "& ${exec} complete --% -- $Arguments"
+ $RequestComp = "& ${exec} complete -- $Arguments"
79
__${name}_debug "RequestComp: $RequestComp"
80
81
# we cannot use $WordToComplete because it
0 commit comments