mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
Renamed --cmd to --msg
This commit is contained in:
parent
39c1aeac9e
commit
a521d4a3ce
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ def main(args=None, input=None, output=None):
|
|||
"--msg",
|
||||
"-m",
|
||||
metavar="COMMAND",
|
||||
help="Specify a single command to give to GPT (disables chat mode)",
|
||||
help="Specify a single message to send GPT, process reply then exit (disables chat mode)",
|
||||
)
|
||||
args = parser.parse_args(args)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue