Small bug fixes [release]

This commit is contained in:
crschnick
2023-03-28 16:58:23 +00:00
parent 1ff572da03
commit 53068eb943
5 changed files with 22 additions and 23 deletions

View File

@@ -23,6 +23,10 @@ public interface ShellDialect {
return null;
}
default String applyProfileFilesCommand() {
return null;
}
CommandControl createStreamFileWriteCommand(ShellControl shellControl, String file);
default String getCdCommand(String directory){