[WIP] Separate commands implementation from specific CLI args parser. #2931
Annotations
11 errors and 5 warnings
|
Run lint:
src/commands/app.ts#L40
Invalid type "unknown" of template literal expression
|
Run lint:
src/commands/app.ts#L49
Invalid type "unknown" of template literal expression
|
Run lint:
src/lib/base-command.ts#L59
Useless constructor
|
Run lint:
src/lib/base-command.ts#L84
Unsafe return of an `any` typed value
|
Run lint:
src/lib/base-command.ts#L84
Unsafe call of an `any` typed value
|
Run lint:
src/lib/base-command.ts#L84
Unsafe member access .some on an `any` value
|
Run lint:
src/lib/base-command.ts#L84
Unsafe return of an `any` typed value
|
Run lint:
src/lib/base-command.ts#L84
Unsafe call of an `any` typed value
|
Run lint:
src/lib/base-command.ts#L84
Unsafe member access .includes on an `any` value
|
Run lint:
src/lib/base-command.ts#L89
Unsafe assignment of an `any` value
|
Run lint:
src/commands/example-command.ts#L33
'opts' is defined but never used. Allowed unused args must match /^_/u
|
Run lint:
src/commands/example-command.ts#L56
'opts' is defined but never used. Allowed unused args must match /^_/u
|
Run lint:
src/commands/example-command.ts#L56
'args' is defined but never used. Allowed unused args must match /^_/u
|
Run lint:
src/commands/example-command.ts#L77
'opts' is defined but never used. Allowed unused args must match /^_/u
|
Run lint:
src/commands/example-command.ts#L77
'args' is defined but never used. Allowed unused args must match /^_/u
|
Loading