Package
@staticbolt /args-parser
A strictly typed command-line argument parser powered by schema validation. It works with any library that implements Standard Schema, and runs on Node.js, Bun, Deno, and in the browser.
- Getting started Install it, define a CLI, and run it against the process arguments.
- Guide Every topic in order: options, arguments, subcommands, schemas, parsing rules, help output, and errors.
- API reference Every definition field, coerce helper, generator, type, and error code.
- FAQ The questions that come up once the CLI is more than a flag or two.