Sen descrición

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

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.