plade 0.1.1 plade: ^0.1.1 copied to clipboard
A type-safe command-line parsing library
plade #
Plade is a type-safe CLI parsing library for Dart.
Highlights #
- Fully type-safe and null-safe.
- Support for a variety of different parsing styles (including GNU-style long
options and Go's
flag
-style parsing). - Contains an optional class-based API.
Usage #
Two examples are provided:
- Usage of the basic API.
- Usage of the class-based API.