Skip to content

Commit eb86cfe

Browse files
committed
update
1 parent 4a26c65 commit eb86cfe

File tree

2 files changed

+2
-3526
lines changed

2 files changed

+2
-3526
lines changed

bin/handlers/pnpm-handler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import child_process from 'node:child_process';
44
const exec = promisify(child_process.exec);
55
const { execSync } = child_process;
66
import type { PackageManagerCompletion } from '../package-manager-completion.js';
7-
import { Command } from '../../src/t.js';
7+
import { Command, Option } from '../../src/t.js';
88

99
interface LazyCommand extends Command {
1010
_lazyCommand?: string;
1111
_optionsLoaded?: boolean;
12-
optionsRaw?: Map<string, any>;
12+
optionsRaw?: Map<string, Option>;
1313
}
1414

1515
import {

0 commit comments

Comments
 (0)