Another interesting Python cmd-line tool/framework - typer
Typer, build great CLIs.
Easy to code. Based on Python type hints.
Typer, build great CLIs. Easy to code. Based on Python type hints. -- docs
Another interesting way to build a script with great command-line help. Requires Python 3.6+ and relies on Click. Looks interesting though.
Difference from cmd …