Pythagora-io/gpt-pilot

refactor `arguments.py` to use `argparse`

Open

#138 opened on 2023年10月6日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Python (27,167 stars) (2,685 forks)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

コントリビューターガイド