citty
citty copied to clipboard
🌆 Elegant CLI Builder
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.12.7` -> `^20.16.11`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.7/20.16.11) | [](https://docs.renovatebot.com/merge-confidence/) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/unjs/citty). ## Open The following updates have all...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`^8.57.0` -> `^9.12.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.12.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Describe the feature Hey 👋 ❤️ citty! I've implemented a custom `version` flag (aliased as `v`) and logic that prints versions of multiple packages. It seems that the built-in...
### 🔗 Linked issue Resolves unjs/citty#112 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix...
### Describe the feature I am using `citty` in my project, And I think it's maybe a good idea to support it. 👀 This is my source code: ```ts export...
### Describe the feature Generally I have to using customized args parser to write tje following code. I was hope that `citty` could support the requirement said in the title,...
> If you can make an issue to explain or visually share some screenshot of desired output i can help to improve built-in showUsage usable for rolldown. _Originally posted by...
### Describe the feature # Description Allow users to add a type `number` to the args. Citty will automatically parse the number and thrown an error if the string is...
### Environment ```sh npm -v 9.3.0 node -v v18.19.1 ``` ### Reproduction ## repo https://github.com/kazupon/citty-repro1 ## step to reproduction ```sh # install npm install # build npm run build >...