mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
Added --gui functionality
This commit is contained in:
parent
d60b343274
commit
542c091cf3
2 changed files with 33 additions and 0 deletions
|
@ -364,5 +364,12 @@ def get_parser(default_config_files, git_root):
|
|||
" or home directory)"
|
||||
),
|
||||
)
|
||||
group.add_argument(
|
||||
"--gui",
|
||||
"--browser",
|
||||
action="store_true",
|
||||
help="Run aider in your browser",
|
||||
default=False,
|
||||
)
|
||||
|
||||
return parser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue