From 9cb793c82d5a6cc74a280c4e49ed103ff5ab6e79 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 30 May 2023 07:58:54 -0700 Subject: [PATCH] reverted c9ebbdf0 --- aider/main.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/aider/main.py b/aider/main.py index 316cfebad..9913c171f 100644 --- a/aider/main.py +++ b/aider/main.py @@ -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",