mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-26 18:35:43 +00:00
Some shell init fixes
This commit is contained in:
@@ -24,7 +24,7 @@ public interface ShellDumbMode {
|
||||
default void prepareDumbInit(ShellControl shellControl) throws Exception {}
|
||||
|
||||
default void prepareDumbExit(ShellControl shellControl) throws IOException {
|
||||
shellControl.writeLine("exit");
|
||||
shellControl.writeLine(" exit");
|
||||
}
|
||||
|
||||
class Unsupported implements ShellDumbMode {
|
||||
|
||||
Reference in New Issue
Block a user