feat: add --update as alias for --upgrade option

This commit is contained in:
Paul Gauthier (aider) 2024-08-28 22:19:36 -07:00
parent 9acbee31db
commit 81925241cb

View file

@ -511,6 +511,7 @@ def get_parser(default_config_files, git_root):
)
group.add_argument(
"--upgrade",
"--update",
action="store_true",
help="Upgrade aider to the latest version from PyPI",
default=False,