A fluent and idiomatic argument parser (usually for command-line apps) in Dart.
More...
Currently, this library is a stub. More will be added in the near future.
// [-x, 3, -y, 4, -abc, -beep=boop, foo, bar, baz] print(argv('-x 3 -y 4 -abc -beep=boop foo "bar" \'baz\''));
neodart.dev
Repository (GitHub)View/report issues
API reference
MIT (license)
meta
Packages that depend on neoargs
Back