README.md 266 B

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.