fix: Preserve original read-only files when cloning Commands

This commit is contained in:
Paul Gauthier (aider) 2025-05-08 14:01:28 -07:00
parent 8172125931
commit 4709a539c6

View file

@ -47,6 +47,7 @@ class Commands:
parser=self.parser,
verbose=self.verbose,
editor=self.editor,
original_read_only_fnames=self.original_read_only_fnames,
)
def __init__(