mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
feat: Add --install-main-branch switch
This commit is contained in:
parent
de19c0aff0
commit
475a1ed6d6
3 changed files with 13 additions and 2 deletions
|
@ -503,6 +503,12 @@ def get_parser(default_config_files, git_root):
|
|||
help="Check for new aider versions on launch",
|
||||
default=True,
|
||||
)
|
||||
group.add_argument(
|
||||
"--install-main-branch",
|
||||
action="store_true",
|
||||
help="Install the latest version from the main branch",
|
||||
default=False,
|
||||
)
|
||||
group.add_argument(
|
||||
"--apply",
|
||||
metavar="FILE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue