mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
Help for --cmd
This commit is contained in:
parent
eceef49947
commit
7e18fb7f5f
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ def main(args=None, input=None, output=None):
|
||||||
"--command",
|
"--command",
|
||||||
"--cmd",
|
"--cmd",
|
||||||
metavar="COMMAND",
|
metavar="COMMAND",
|
||||||
help="Specify the command to pass to coder.run()",
|
help="Specify a single command to give to GPT (disables chat mode)",
|
||||||
)
|
)
|
||||||
args = parser.parse_args(args)
|
args = parser.parse_args(args)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue