summaryrefslogtreecommitdiff
path: root/pkg/cli/query.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor towards new cli.InterfaceStefan Majewsky2017-05-071-30/+47
|
* implement rtree dropStefan Majewsky2017-05-051-2/+20
| | | | | rtree is functionally complete, but the implementation is very messy now. :(
* implement rtree importStefan Majewsky2017-05-051-1/+1
|
* move rtree from util.Prompt to cli.QueryStefan Majewsky2017-05-041-2/+1
|
* add "cli" package with a Query methodStefan Majewsky2017-05-041-0/+186