# Packages
Package app provides the top-level framework for CLI execution.
The "cli" package provides basic grammar-based processing of command line options, and dispatches to action routines when a completed grammar is processed.
This package manages the "config" subcommand.
No description provided by the author
No description provided by the author
Package settings manages the persistent user profile used by the command application infrastructure.
Package tables provides basic text table formatting functions.
Package ui contains basic tools for interacting with a user.