formatting

This commit is contained in:
Paul Gauthier 2024-07-31 09:52:18 -03:00
parent 5bfedea9ff
commit 080953760f

View file

@ -32,7 +32,10 @@ def get_parser(default_config_files, git_root):
"files", metavar="FILE", nargs="*", help="files to edit with an LLM (optional)"
)
group.add_argument(
"--file", action="append", metavar="FILE", help="specify a file to edit (can be used multiple times)"
"--file",
action="append",
metavar="FILE",
help="specify a file to edit (can be used multiple times)",
)
group.add_argument(
"--openai-api-key",