Closed
Description
The documentation says you can use an array of strings for options
However the following doesn't work:
await this.git.push(remote, branch, ['--tags'])
error TS2345: Argument of type 'string[]' is not assignable to parameter of type 'Record<string, OptionsValues>'.
Index signature is missing in type 'string[]'.
Am I doing something wrong or is this a bug?
Metadata
Assignees
Labels
No labels