Pythagora-io/gpt-pilot

refactor `arguments.py` to use `argparse`

Open

#138 aperta il 6 ott 2023

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Python (2685 fork)batch import
documentationenhancementgood first issue

Metriche repository

Star
 (27.167 star)
Metriche merge PR
 (Merge medio 11h 50m) (1 PR mergiata in 30 g)

Descrizione

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

Guida contributor