mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-13 04:51:03 +00:00
Dynamically handle missing exit codes
This commit is contained in:
@@ -138,6 +138,8 @@ public interface ShellDialect {
|
||||
|
||||
String getPrintExitCodeCommand(String prefix, String suffix);
|
||||
|
||||
int assignMissingExitCode();
|
||||
|
||||
default String getPrintEnvironmentVariableCommand(String name) {
|
||||
return getPrintVariableCommand(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user