Description
Create Python command-line interfaces with a light wrapper around argparse that turns functions into commands with less boilerplate. It helps small tools expose arguments quickly while still using familiar argparse behavior.
Command-line wrappers still need clear validation and help text. Review defaults and argument types before exposing tools to users.