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 6ffb5f5 commit 3d6beb4Copy full SHA for 3d6beb4
packages/cli-menu/src/command-prompt.ts
@@ -5,8 +5,8 @@ import {
5
type CommandModule,
6
type ResolveCommandFn,
7
type ResolvedCommand,
8
- command,
9
parseFileName,
+ passThroughCommand,
10
removeFileExtension,
11
resolveCommand,
12
} from '@gud/cli';
@@ -179,5 +179,3 @@ export async function commandPrompt(
179
180
return selectionHistory;
181
}
182
-
183
-const passThroughCommand = command();
0 commit comments