Keine Beschreibung

Sam Jaffe 10c7455bd7 chore: remove shared scheme vor 2 Monaten
cli-test 66ee27f06f Initialize Repository vor 5 Jahren
cli.xcodeproj 10c7455bd7 chore: remove shared scheme vor 2 Monaten
external 10c7455bd7 chore: remove shared scheme vor 2 Monaten
include 76fc90f92a feat: add support for curses based interactive prompts (move up/down in history) vor 1 Jahr
src 76fc90f92a feat: add support for curses based interactive prompts (move up/down in history) vor 1 Jahr
test a733f9fbb5 refactor: use string_utils for string parsing vor 3 Jahren
.gitmodules 2dbebe2793 Use the string-utils library for tokenize. vor 5 Jahren
README.md 6855a60aa4 fix: make CLI non-copyable and non-movable vor 2 Jahren

README.md

Command-Line Interface Library

A utility library for defining a CLI inside of a program, allowing for stateful operations.

Commands are registered as either queries (which fetch and print some state/information), or as callbacks, which perform some action.