Няма описание

Sam Jaffe 28e07b3ef1 fix: make CLI non-copyable and non-movable преди 2 години
cli-test 66ee27f06f Initialize Repository преди 5 години
cli.xcodeproj 6855a60aa4 fix: make CLI non-copyable and non-movable преди 2 години
external 6855a60aa4 fix: make CLI non-copyable and non-movable преди 2 години
include 6855a60aa4 fix: make CLI non-copyable and non-movable преди 2 години
src 6855a60aa4 fix: make CLI non-copyable and non-movable преди 2 години
test a733f9fbb5 refactor: use string_utils for string parsing преди 3 години
.gitmodules 2dbebe2793 Use the string-utils library for tokenize. преди 5 години
README.md 6855a60aa4 fix: make CLI non-copyable and non-movable преди 2 години

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.