Skip to content

Conversation

arnested
Copy link
Member

Fixes the warning:

node:20372) Warning: "version" is a reserved word.
Please do one of the following:
- Disable version with `yargs.version(false)` if using "version" as an option
- Use the built-in `yargs.version` method instead (if applicable)
- Use a different option key
https://yargs.js.org/docs/#api-reference-version

Fixes the warning:

```
node:20372) Warning: "version" is a reserved word.
Please do one of the following:
- Disable version with `yargs.version(false)` if using "version" as an option
- Use the built-in `yargs.version` method instead (if applicable)
- Use a different option key
https://yargs.js.org/docs/#api-reference-version
```
@arnested arnested requested a review from a team as a code owner August 24, 2025 00:10
@arnested arnested merged commit a78dfc9 into main Aug 24, 2025
7 checks passed
@arnested arnested deleted the misc branch August 24, 2025 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant