public class GraqlShell extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableList<String> |
COMMANDS
Array of available commands in shell
|
static String |
DEFAULT_KEYSPACE |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Run a Graql REPL
|
static void |
runShell(String[] args,
String version,
String historyFilename) |
static void |
runShell(String[] args,
String version,
String historyFilename,
ai.grakn.graql.GraqlClient client) |
public static final String DEFAULT_KEYSPACE
public static final com.google.common.collect.ImmutableList<String> COMMANDS
public static void main(String[] args)
args - arguments to the Graql shell. Possible arguments can be listed by running graql.sh --helpCopyright © 2017 Grakn Labs Ltd. All rights reserved.