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 ab512b1 commit f5f0c36Copy full SHA for f5f0c36
tests/shell.test.ts
@@ -162,7 +162,9 @@ describe('shell completion generators', () => {
162
expect(script).toContain(`[scriptblock]$__${name}CompleterBlock =`);
163
164
// Check that the script uses the provided exec path
165
- expect(script).toContain(`$RequestComp = "& ${exec} complete --`);
+ expect(script).toContain(
166
+ `$RequestComp = "& ${exec} complete '--' '$Arguments'`
167
+ );
168
169
// Check that the script handles directives
170
expect(script).toContain(
0 commit comments