neoargs

A fluent and idiomatic argument parser (usually for command-line apps) in Dart.

On pub.dev Code coverage Github action status Dartdocs Style guide

Currently, this library is a stub. More will be added in the near future.

Usage

// [-x, 3, -y, 4, -abc, -beep=boop, foo, bar, baz]
print(argv('-x 3 -y 4 -abc -beep=boop foo "bar" \'baz\''));

Libraries

neoargs