-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependency @types/yargs to v17 (#2613)
* chore: update dependency @types/yargs to v17 * fix(cli): refactor types to fix when yargs arguments is a Promise I a update to the "yargs" types they added a `Promise` to the `Args` interface. The main cli did not handle this type and failed type checking. Now the main will handle a `Promise` by resolving it into the `CliFlags` interface that is expected. Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Ade Attwood <[email protected]>
- Loading branch information
1 parent
be701bd
commit b837faf
Showing
4 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters