mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-26 01:17:52 -04:00
Small bug fixes [release]
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user