mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Seven - getloadkey
This commit is contained in:
parent
0df2dd3ce2
commit
8fa9977617
@ -334,7 +334,7 @@ public class DecIrisStudio implements DecreeExecutor {
|
|||||||
@Param(name = "script", description = "The script to run", aliases = {"s", "scr"})
|
@Param(name = "script", description = "The script to run", aliases = {"s", "scr"})
|
||||||
IrisScript script
|
IrisScript script
|
||||||
) {
|
) {
|
||||||
engine().getExecution().execute(script);
|
engine().getExecution().execute(script.getLoadKey());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Decree(description = "Open the noise explorer (External GUI)", aliases = "nmap")
|
@Decree(description = "Open the noise explorer (External GUI)", aliases = "nmap")
|
||||||
|
@ -31,8 +31,6 @@ public interface EngineExecutionEnvironment {
|
|||||||
|
|
||||||
void execute(String script);
|
void execute(String script);
|
||||||
|
|
||||||
void execute(IrisScript script);
|
|
||||||
|
|
||||||
Object evaluate(String script);
|
Object evaluate(String script);
|
||||||
|
|
||||||
default void close() {
|
default void close() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user