~refi64/plade

A type-safe command-line parsing library for Dart
e3b070f2 — Ryan Gonzalez 3 years ago
Move to sr.ht, add builds suport & update changelog
0254886e — Ryan Gonzalez 3 years ago
usage: Correctly indent a wrapped usage line
60b4333e — Ryan Gonzalez 3 years ago
value: Allow modifying a printed enum in the value choice parser

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~refi64/plade
read/write
git@git.sr.ht:~refi64/plade

You can also use your local clone with git send-email.

#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:

Do not follow this link