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 7470159 commit 5c02051Copy full SHA for 5c02051
packages/pyright-scip/src/MainCommand.ts
@@ -2,7 +2,6 @@ import { Command, InvalidArgumentError } from 'commander';
2
import packageJson from '../package.json';
3
4
export interface IndexOptions {
5
- project: string;
6
projectName: string;
7
projectVersion: string;
8
projectNamespace?: string;
0 commit comments