mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
fix: Preserve original read-only files when cloning Commands
This commit is contained in:
parent
8172125931
commit
4709a539c6
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class Commands:
|
||||||
parser=self.parser,
|
parser=self.parser,
|
||||||
verbose=self.verbose,
|
verbose=self.verbose,
|
||||||
editor=self.editor,
|
editor=self.editor,
|
||||||
|
original_read_only_fnames=self.original_read_only_fnames,
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue