mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
feat: add shell-completions option
This commit is contained in:
parent
311981f4e5
commit
c147571b18
8 changed files with 120 additions and 103 deletions
|
@ -2108,7 +2108,7 @@ class TestCommands(TestCase):
|
|||
|
||||
def test_reset_after_coder_clone_preserves_original_read_only_files(self):
|
||||
with GitTemporaryDirectory() as repo_dir_path:
|
||||
repo_dir = str(repo_dir_path)
|
||||
repo_dir = str(".")
|
||||
io = InputOutput(pretty=False, fancy_input=False, yes=True)
|
||||
|
||||
orig_ro_path = Path(repo_dir) / "orig_ro.txt"
|
||||
|
@ -2157,7 +2157,7 @@ class TestCommands(TestCase):
|
|||
|
||||
def test_drop_bare_after_coder_clone_preserves_original_read_only_files(self):
|
||||
with GitTemporaryDirectory() as repo_dir_path:
|
||||
repo_dir = str(repo_dir_path)
|
||||
repo_dir = str(".")
|
||||
io = InputOutput(pretty=False, fancy_input=False, yes=True)
|
||||
|
||||
orig_ro_path = Path(repo_dir) / "orig_ro.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue