Hacker News
- Don't write command-line interfaces (and how to write if you have to) https://arogozhnikov.github.io/2020/10/01/dont-write-cli.html 24 comments
Linked pages
- FastAPI https://fastapi.tiangolo.com/ 243 comments
- docopt—language for description of command-line interfaces http://docopt.org/ 76 comments
- GitHub - google/python-fire: Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. https://github.com/google/python-fire 64 comments
- argparse â Parser for command-line options, arguments and sub-commands — Python 3.12.4 documentation https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_argument_group 12 comments
- GitHub - tiangolo/typer: Typer, build great CLIs. Easy to code. Based on Python type hints. https://github.com/tiangolo/typer 3 comments
Related searches:
Search whole site: site:arogozhnikov.github.io
Search title: Don't write command-line interfaces (generate them)
See how to search.