mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
More feature rework
This commit is contained in:
parent
f3bc8f5390
commit
9de580c6eb
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue