Pythagora-io/gpt-pilot

refactor `arguments.py` to use `argparse`

开放

#138 创建于 2023年10月6日

 (5 条评论) (0 个反应) (0 位负责人)Python (2,685 个派生)batch import
documentationenhancementgood first issue

仓库指标

星标
 (27,167 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南