mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-24 08:31:39 -04:00
Small fixes
This commit is contained in:
@@ -105,8 +105,6 @@ public interface ShellDialect {
|
||||
|
||||
String nullStdin(String command);
|
||||
|
||||
String getScriptPermissionsCommand(String file);
|
||||
|
||||
ShellDialectAskpass getAskpass();
|
||||
|
||||
String getSetEnvironmentVariableCommand(String variable, String value);
|
||||
@@ -133,8 +131,6 @@ public interface ShellDialect {
|
||||
|
||||
CommandBuilder getOpenScriptCommand(String file);
|
||||
|
||||
default void prepareCommandForShell(CommandBuilder b) {}
|
||||
|
||||
String prepareTerminalInitFileOpenCommand(ShellDialect parentDialect, ShellControl sc, String file, boolean exit);
|
||||
|
||||
String runScriptCommand(ShellControl parent, String file);
|
||||
|
||||
Reference in New Issue
Block a user