Closed dsw7 closed 6 months ago
We now have gpt run and gpt models. We want to have individual getopt_long parsers for each command. For example, suppose that a user passes gpt run --help.
gpt run
gpt models
getopt_long
gpt run --help
Impetus
We now have
gpt run
andgpt models
. We want to have individualgetopt_long
parsers for each command. For example, suppose that a user passesgpt run --help
.