This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add @types/yargs for better inference (#3357)
This was prompted by #3353. I am guessing that something end up pulling old version of `@types/yargs` that was unaware of `onFinishCommand`. This pull explicitly adds latest `@types/yargs` into `ipfs-cli` dev dependencies which: 1. Seems to be aware of `onFinishCommand`. 2. Makes ipfs-cli aware of yargs interface, which without this just appears as `any`.
- Loading branch information