mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
confirm_ask
This commit is contained in:
parent
95c1aa2f2e
commit
181062dc06
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ def main(args=None, input=None, output=None):
|
|||
)
|
||||
|
||||
if not git_root:
|
||||
if io.ask_confirm("Create git repo (recommended)?"):
|
||||
if io.confirm_ask("No git repo found, create one to track GPT's changes (recommended)?"):
|
||||
git.Repo.init(os.getcwd())
|
||||
io.tool_output("Git repository created in the current working directory.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue