Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 853 Bytes

File metadata and controls

55 lines (28 loc) · 853 Bytes

@bomb.sh/args (fka ultraflag)

0.3.1

Patch Changes

  • aafc601: Fixes a bug which set longhand --boolean args to false (#8)

0.3.0

Minor Changes

  • 726edef: Rename ultraflag to @bomb.sh/args

0.2.3

Patch Changes

  • Updates README to include more context

0.2.2

Patch Changes

  • 9381b11: Updates README to include node:util

0.2.1

Patch Changes

  • 8a8ed93: Fixes an edge case where passing an empty argv array would return an empty object without default values.

0.2.0

Minor Changes

  • d1774a6: Treat boolean arguments as positionals

0.1.0

Minor Changes

  • 07f23c7: Optimize performance by using a single loop for parsing

0.0.2

Patch Changes

  • 015b033: add benchmarks

0.0.1

Patch Changes

  • 93b490c: Update README