mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Fix shell switch
This commit is contained in:
parent
37b1e627b7
commit
e5a8745ce1
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ public interface ShellDumbMode {
|
|||
return function.prepareWithoutInitCommand();
|
||||
}
|
||||
|
||||
default void prepareInlineShellSwitch(ShellControl shellControl) throws Exception {}
|
||||
|
||||
default void prepareDumbInit(ShellControl shellControl) throws Exception {}
|
||||
|
||||
default void prepareDumbExit(ShellControl shellControl) throws IOException {
|
||||
|
|
Loading…
Reference in a new issue