directory
0.0.0-20241222215834-09a60126efae
Repository: https://github.com/tucats/ego.git
Documentation: pkg.go.dev

# 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.
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.