Skip to content

Commit

Permalink
Add documentation for command
Browse files Browse the repository at this point in the history
  • Loading branch information
xllora committed Mar 3, 2016
1 parent 58d877c commit 9465d64
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/command_line_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,22 @@ done

If any of the assertions of a story fails, it will be proper indicated and the
obtained result table and the expected one will both be displayed.

## Command: BQL

The `bql` starts a REPL that allows running BQL commands. The REPL can provide
basic help on usage as shown below.

```
$ bw bql
Welcome to BadWolf vCli (0.2.2-dev)
Using driver "VOLATILE". Type quit; to exit
Session started at 2016-03-02 16:53:21.955285168 -0800 PST
bql> help
help - prints help for the bw console.
run <file_with_bql_statements> - quits the console.
quit - quits the console.
bql>
```

0 comments on commit 9465d64

Please sign in to comment.