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 4a26c65 commit eb86cfeCopy full SHA for eb86cfe
bin/handlers/pnpm-handler.ts
@@ -4,12 +4,12 @@ import child_process from 'node:child_process';
4
const exec = promisify(child_process.exec);
5
const { execSync } = child_process;
6
import type { PackageManagerCompletion } from '../package-manager-completion.js';
7
-import { Command } from '../../src/t.js';
+import { Command, Option } from '../../src/t.js';
8
9
interface LazyCommand extends Command {
10
_lazyCommand?: string;
11
_optionsLoaded?: boolean;
12
- optionsRaw?: Map<string, any>;
+ optionsRaw?: Map<string, Option>;
13
}
14
15
import {
0 commit comments