Crate libpt_cli

Source
Expand description

This module bundles a lot of good CLI tools, and adds some of it’s own, to make development of CLI apps easier and more ergonomic.

Modules§

args
Utilities for parsing options and arguments on the start of a CLI application
printing
Utilities for formatting, bordering, aligning and printing text content
repl
Create easy and well defined REPLs