mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
refactor: convert browser flag to boolean argument
This commit is contained in:
parent
d1b25b9a72
commit
401967c27f
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ def get_parser(default_config_files, git_root):
|
|||
)
|
||||
group.add_argument(
|
||||
"--gui",
|
||||
"--browser",
|
||||
"--browser", # ai turn into a boolean!
|
||||
action="store_true",
|
||||
help="Run aider in your browser",
|
||||
default=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue