File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ async function main() {
7373 process . exit ( 0 ) ;
7474 }
7575
76- console . error ( 'Usages : tab <packageManager> <shell>' ) ;
76+ console . error ( 'Usage : tab <packageManager> <shell>' ) ;
7777 console . error ( ` tab <packageManager> complete -- <args>` ) ;
7878 process . exit ( 1 ) ;
7979}
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export function generate(
7575 # Split the command at the first space to separate the program and arguments.
7676 $Program, $Arguments = $Command.Split(" ", 2)
7777
78- $RequestComp = "& ${ exec } complete '--' $Arguments"
78+ $RequestComp = "& ${ exec } complete -- $Arguments"
7979 __${ name } _debug "RequestComp: $RequestComp"
8080
8181 # we cannot use $WordToComplete because it
You can’t perform that action at this time.
0 commit comments