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 caa8f56 commit 35317a9Copy full SHA for 35317a9
packages/library/src/scripts/parseArguments.ts
@@ -14,7 +14,7 @@ export const parseArguments = async (args: string[]): Promise<ParseArgumentsResu
14
}
15
16
{
17
- // tui neovim exec <command> <args>
+ // tui neovim exec <command>
18
const schema = z.tuple([z.literal("neovim"), z.literal("exec"), z.string()])
19
const execArguments = schema.safeParse(args)
20
if (execArguments.success) {
0 commit comments