Không có mô tả

Sam Jaffe 236a5bad1b feat: add support for curses based interactive prompts (move up/down in history) 1 năm trước cách đây
cli-test 66ee27f06f Initialize Repository 5 năm trước cách đây
cli.xcodeproj 76fc90f92a feat: add support for curses based interactive prompts (move up/down in history) 1 năm trước cách đây
external 6855a60aa4 fix: make CLI non-copyable and non-movable 2 năm trước cách đây
include 76fc90f92a feat: add support for curses based interactive prompts (move up/down in history) 1 năm trước cách đây
src 76fc90f92a feat: add support for curses based interactive prompts (move up/down in history) 1 năm trước cách đây
test a733f9fbb5 refactor: use string_utils for string parsing 3 năm trước cách đây
.gitmodules 2dbebe2793 Use the string-utils library for tokenize. 5 năm trước cách đây
README.md 6855a60aa4 fix: make CLI non-copyable and non-movable 2 năm trước cách đây

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.