plade

pub package builds.sr.ht status

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:

Libraries

dispatch
A class-based system for argument parsing with Plade.
plade
unstable
A set of APIs without any guaranteed stability at the moment, designed for advanced usage.