mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Remove interactivity switch for sh
This commit is contained in:
parent
9f9eccffdd
commit
87d0830f3c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public interface ShellType {
|
|||
|
||||
String createInitFileContent(String command);
|
||||
|
||||
String getFileOpenCommand(String file);
|
||||
String getTerminalFileOpenCommand(String file);
|
||||
|
||||
default String flatten(List<String> command) {
|
||||
return command.stream()
|
||||
|
|
Loading…
Reference in a new issue