···11-import { ShellCompDirective } from './';
11+import { ShellCompDirective } from './t';
2233export function generate(name: string, exec: string) {
44 return `#compdef ${name}
+1-1
tests/shell.test.ts
···33import * as bash from '../src/bash';
44import * as zsh from '../src/zsh';
55import * as powershell from '../src/powershell';
66-import { ShellCompDirective } from '../src';
66+import { ShellCompDirective } from '../src/t';
7788describe('shell completion generators', () => {
99 const name = 'testcli';