summaryrefslogtreecommitdiff
path: root/pkg/cli/query.go
Commit message (Collapse)AuthorAgeFilesLines
* many more `rtree get` testsStefan Majewsky2017-07-071-0/+2
|
* add first testStefan Majewsky2017-07-071-1/+11
|
* refactor cli.Interface yet againStefan Majewsky2017-05-091-3/+3
| | | | | | | | | | - Only one global instance now, so we don't need to pass it around all the time. - Allow to swap out the Command.Run implementation for unit tests. - Can now use cli.Interface during func init() of packages importing pkg/cli.
* implement TUI instance for when stdin is not a ttyStefan Majewsky2017-05-091-0/+62
|
* YAGNIStefan Majewsky2017-05-071-1/+1
|
* 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