mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-24 08:31:39 -04:00
Various fixes
This commit is contained in:
@@ -208,10 +208,6 @@ public interface ShellControl extends ProcessControl {
|
||||
|
||||
ShellControl singularSubShell(ShellOpenFunction command);
|
||||
|
||||
void writeLineAndReadEcho(String command) throws Exception;
|
||||
|
||||
void writeLineAndReadEcho(String command, boolean log) throws Exception;
|
||||
|
||||
void cd(String directory) throws Exception;
|
||||
|
||||
default CommandControl command(String command) {
|
||||
|
||||
@@ -118,7 +118,9 @@ public interface ShellDialect {
|
||||
|
||||
CommandControl printUsernameCommand(ShellControl shellControl);
|
||||
|
||||
String getPrintExitCodeCommand(String prefix, String suffix);
|
||||
String getPrintStartEchoCommand(String prefix);
|
||||
|
||||
String getPrintExitCodeCommand(String id, String prefix, String suffix);
|
||||
|
||||
int assignMissingExitCode();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user