From eceef4994710c4c59608b83719ed6e93e33ef7b2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 23 Jun 2023 11:02:19 -0700 Subject: [PATCH] Use --cmd as short form --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 927c99114..0afbe0f69 100644 --- a/aider/main.py +++ b/aider/main.py @@ -208,7 +208,7 @@ def main(args=None, input=None, output=None): ) parser.add_argument( "--command", - "-c", + "--cmd", metavar="COMMAND", help="Specify the command to pass to coder.run()", )