Prompt user whether to replace file contents

This commit is contained in:
Joscha 2025-11-03 02:23:05 +01:00
parent 8c12e26951
commit 208ccb0de2
6 changed files with 67 additions and 21 deletions

View file

@ -3,8 +3,8 @@ from subprocess import CalledProcessError
from rich.markup import escape
from pasch.cmd import run_capture, run_execute
from pasch.orchestrator import Module, Orchestrator
from pasch.util import run_capture, run_execute
@dataclass