This commit is contained in:
crschnick
2024-04-22 17:38:33 +00:00
parent 363f79f8ad
commit 188e41e1ba
11 changed files with 46 additions and 58 deletions

View File

@@ -4,6 +4,8 @@ import java.util.List;
public interface ShellLaunchCommand {
String inlineCdCommand(String cd);
List<String> localCommand();
default String loginCommand() {