mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: add --update as alias for --upgrade option
This commit is contained in:
parent
9acbee31db
commit
81925241cb
1 changed files with 1 additions and 0 deletions
|
@ -511,6 +511,7 @@ def get_parser(default_config_files, git_root):
|
||||||
)
|
)
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--upgrade",
|
"--upgrade",
|
||||||
|
"--update",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Upgrade aider to the latest version from PyPI",
|
help="Upgrade aider to the latest version from PyPI",
|
||||||
default=False,
|
default=False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue