mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
Allow yes to be False
This commit is contained in:
parent
54cd797e64
commit
146efe3278
2 changed files with 10 additions and 3 deletions
|
@ -211,7 +211,7 @@ def main(args=None, input=None, output=None):
|
|||
"--yes",
|
||||
action="store_true",
|
||||
help="Always say yes to every confirmation",
|
||||
default=False,
|
||||
default=None,
|
||||
)
|
||||
parser.add_argument(
|
||||
"-v",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue