More feature rework

This commit is contained in:
crschnick 2024-02-24 10:30:06 +00:00
parent f3bc8f5390
commit 9de580c6eb

View file

@ -15,6 +15,10 @@ import java.util.stream.Stream;
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type")
public interface ShellDialect {
default String getLicenseFeatureId() {
return null;
}
String terminalLauncherScript(UUID request, String name);
String getExecutableName();