This commit is contained in:
Paul Gauthier 2023-05-30 07:58:54 -07:00
parent b359134f86
commit 9cb793c82d

View file

@ -144,13 +144,6 @@ def main(args=None, input=None, output=None):
dest="dirty_commits",
help="Disable dirty commit of changes",
)
parser.add_argument(
"--completions-height",
type=int,
default=10,
metavar="COMPLETIONS_HEIGHT",
help="Set the height of the completions displayed in the terminal (default: 10)",
)
parser.add_argument(
"--openai-api-key",
metavar="OPENAI_API_KEY",