mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +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(
|
group.add_argument(
|
||||||
"--gui",
|
"--gui",
|
||||||
"--browser",
|
"--browser", # ai turn into a boolean!
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Run aider in your browser",
|
help="Run aider in your browser",
|
||||||
default=False,
|
default=False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue