mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-25 00:38:28 -04:00
Fixes
This commit is contained in:
@@ -4,6 +4,8 @@ import java.util.List;
|
||||
|
||||
public interface ShellLaunchCommand {
|
||||
|
||||
String inlineCdCommand(String cd);
|
||||
|
||||
List<String> localCommand();
|
||||
|
||||
default String loginCommand() {
|
||||
|
||||
Reference in New Issue
Block a user