feat: add shell-completions option

This commit is contained in:
Paul Gauthier 2025-05-08 14:43:56 -07:00 committed by Paul Gauthier (aider)
parent 311981f4e5
commit c147571b18
8 changed files with 120 additions and 103 deletions

View file

@ -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"