parser icon indicating copy to clipboard operation
parser copied to clipboard

fix TFlags constraint

Open marcj opened this issue 3 years ago • 2 comments

This makes it compatible with TypeScript 4.8

Before this change, you get an error:

node_modules/@oclif/parser/lib/index.d.ts:16:52 - error TS2344: Type 'TFlags' does not satisfy the constraint 'OutputFlags<any>'.

16 }>(argv: string[], options: Input<TFlags>): Output<TFlags, TArgs>;
                                                      ~~~~~~

marcj avatar Nov 25 '22 21:11 marcj

Git2Gus App is installed but the .git2gus/config.json doesn't exist.

git2gus[bot] avatar Nov 25 '22 21:11 git2gus[bot]

Thanks for the contribution! Before we can merge this, we need @marcj to sign the Salesforce.com Contributor License Agreement.

salesforce-cla[bot] avatar Nov 25 '22 21:11 salesforce-cla[bot]