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

貢獻者指南