Notes
- Named arguments repeated are collected as arrays.
tryParseValueautomatically converts numeric and boolean strings.- Help output is fully customizable via the
metaobject.
This wrapper is perfect for lightweight CLI tools without installing external dependencies like yargs or commander.
It keeps argument parsing simple, type-safe, and easy to extend with aliases or async handlers.