mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14:59 +00:00
feat: Add CLI option to install tree-sitter language pack
This commit is contained in:
parent
737021ccdf
commit
42237ced80
2 changed files with 20 additions and 0 deletions
|
@ -823,6 +823,12 @@ def get_parser(default_config_files, git_root):
|
|||
"--editor",
|
||||
help="Specify which editor to use for the /editor command",
|
||||
)
|
||||
group.add_argument(
|
||||
"--install-tree-sitter-language-pack",
|
||||
action="store_true",
|
||||
help="Install the tree_sitter_language_pack (experimental)",
|
||||
default=False,
|
||||
)
|
||||
|
||||
return parser
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue