Skip to content

Commit 874e270

Browse files
committed
Update to show desc functionality on the CLI.
1 parent b7964d9 commit 874e270

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/command_line_tool.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,14 @@ is currently no support for cursor keys or history of past BQL statements.
238238

239239
```
240240
$ bw bql
241-
Welcome to BadWolf vCli (0.5.1-dev @130405356)
241+
Welcome to BadWolf vCli (0.6.1-dev)
242242
Using driver "VOLATILE". Type quit; to exit
243-
Session started at 2016-12-21 10:24:39.95182793 -0800 PST
243+
Session started at 2017-01-05 22:55:16.615327361 -0800 PST
244244
245245
bql> help;
246246
help - prints help for the bw console.
247247
export <graph_names_separated_by_commas> <file_path> - dumps triples from graphs into a file path.
248+
desc <BQL> - prints the execution plan for a BQL statement.
248249
load <file_path> <graph_names_separated_by_commas> - load triples into the specified graphs.
249250
run <file_with_bql_statements> - runs all the BQL statements in the file.
250251
quit - quits the console.

0 commit comments

Comments
 (0)