A library for building command line interfaces in Dart.
Some highlights:
- Line editing (^A, ^E, ^F, ^B, ^K, left/right arrows, etc.)
- History (up/down arrows)
- Tab completion
- Hotkeys
- Help system
Falls back to a dumb terminal mode when the terminal doesn't support the fancy stuff.