Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找将替换 argparse 并为我的工具提供交互式 shell 的 Python 命令行框架。
谁能推荐一个独立于操作系统的好包?
$ python mytool.py $ (mytool) -help $ (mytool) -version $ (mytool) -commands
对你来说最好的选择是 python-cliff。它建立在 argparse 之上。它的一些主要特点是
有关更多信息,您可以参考其文档。