@rushstack/lockfile-explorer
Version:
Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo
10 lines • 418 B
TypeScript
import { type ITerminal } from '@rushstack/terminal';
import { CommandLineParser } from '@rushstack/ts-command-line';
export declare class LintCommandLineParser extends CommandLineParser {
readonly globalTerminal: ITerminal;
private readonly _terminalProvider;
constructor();
protected onExecuteAsync(): Promise<void>;
private _populateActions;
}
//# sourceMappingURL=LintCommandLineParser.d.ts.map