Better Teleport CLI support #7552
Annotations
10 errors
typecheck:
src/tctl.ts#L174
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|
typecheck:
src/tctl.ts#L182
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|
typecheck:
src/tctl.ts#L286
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|
typecheck:
src/tctl.ts#L299
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|
typecheck:
src/tctl.ts#L312
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|
typecheck:
src/tctl.ts#L369
Argument of type 'string' is not assignable to parameter of type 'ExecuteCommandInput'.
|
typecheck:
src/tctl.ts#L372
Argument of type 'ExecuteCommandOutput' is not assignable to parameter of type 'string'.
|
typecheck:
src/tctl.ts#L377
Argument of type 'string' is not assignable to parameter of type 'ExecuteCommandInput'.
|
typecheck:
src/tctl.ts#L378
Argument of type 'ExecuteCommandOutput' is not assignable to parameter of type 'string'.
|
typecheck:
src/tctl.ts#L724
Type 'string' is not assignable to type 'string[] | ExecuteCommandInput | Function<string[], string[]> | Function<string[], ExecuteCommandInput>'.
|