This commit is contained in:
crschnick
2025-06-07 04:00:29 +00:00
parent 00cdda34c8
commit 08f9617bcd
14 changed files with 297 additions and 61 deletions
@@ -4,7 +4,7 @@ public interface CommandConfiguration {
String rawCommand();
String fullCommand(ShellControl shellControl) throws Exception;
String fullCommand(ShellControl shellControl);
CommandConfiguration withRawCommand(String newCommand);
}