Pythagora-io/gpt-pilot

refactor `arguments.py` to use `argparse`

Open

#138 建立於 2023年10月6日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Python (27,167 star) (2,685 fork)batch import
documentationenhancementgood first issue

描述

argparse makes it easier to provide help/documentation on the command line and also provides choices, default and type

It also returns an object rather than a dict. There are currently arg options scattered throughout the code which are not mentioned in arguements.py

貢獻者指南