MCPcopy Create free account
hub / github.com/annmuor/jnode / help

Method help

jnode-core/src/jnode/robot/ScriptFix.java:170–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 protected String help() {
171 return "Available commands:\n" + "%HELP - this message\n"
172 + "%ASLINK ftn_address - proccess command as other link ( not the origin )\n"
173 + "%LIST - list of all scripts\n"
174 + "%RUN scriptId - force run script\n"
175 + "{multiline script} - execute multiline script";
176 }
177
178 private String list() throws SQLException {
179

Callers 1

processCommandsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected