mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Use --cmd as short form
This commit is contained in:
parent
a77e4419cc
commit
eceef49947
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def main(args=None, input=None, output=None):
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--command",
|
"--command",
|
||||||
"-c",
|
"--cmd",
|
||||||
metavar="COMMAND",
|
metavar="COMMAND",
|
||||||
help="Specify the command to pass to coder.run()",
|
help="Specify the command to pass to coder.run()",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue