mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-13 13:01:02 +00:00
Add support for explicit login shell open command [stage]
This commit is contained in:
@@ -115,6 +115,10 @@ public interface ShellDialect {
|
||||
|
||||
String getOpenCommand();
|
||||
|
||||
default String getLoginOpenCommand() {
|
||||
return getOpenCommand();
|
||||
}
|
||||
|
||||
String prepareTerminalInitFileOpenCommand(ShellDialect parentDialect, ShellControl sc, String file);
|
||||
|
||||
String runScript(ShellControl parent, String file);
|
||||
|
||||
Reference in New Issue
Block a user