deno-args
deno-args copied to clipboard
Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.3.1. Release notes Sourced from actions/cache's releases. v3.3.1 What's Changed Reduced download segment size to 128 MB and timeout to 10 minutes by @kotewar in...
Bumps [sane-fmt/action](https://github.com/sane-fmt/action) from 0.11.0 to 0.17.0. Commits dce8f88 0.17.0 624c291 0.16.1 a27057b 0.16.0 1473246 Merge pull request #37 from sane-fmt/renovate/pnpm-action-setup-2.x 2e082e1 Update pnpm/action-setup action to v2.2.4 e072c8f 0.15.2 dfe623a 0.15.1...
Currently, `help` functions accept any array of strings. It would be nice if `help` parameter can be narrowed down to specific union of string tuples. For example: Let's say our...