Skip to content

Commit 3d6beb4

Browse files
committed
Remove redundant passThroughCommand definition
1 parent 6ffb5f5 commit 3d6beb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/cli-menu/src/command-prompt.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {
55
type CommandModule,
66
type ResolveCommandFn,
77
type ResolvedCommand,
8-
command,
98
parseFileName,
9+
passThroughCommand,
1010
removeFileExtension,
1111
resolveCommand,
1212
} from '@gud/cli';
@@ -179,5 +179,3 @@ export async function commandPrompt(
179179

180180
return selectionHistory;
181181
}
182-
183-
const passThroughCommand = command();

0 commit comments

Comments
 (0)