| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add first test | Stefan Majewsky | 2017-07-07 | 1 | -4/+7 |
| | | |||||
| * | refactor cli.Interface yet again | Stefan Majewsky | 2017-05-09 | 1 | -34/+42 |
| | | | | | | | | | | | - 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 tty | Stefan Majewsky | 2017-05-09 | 1 | -5/+13 |
| | | |||||
| * | YAGNI | Stefan Majewsky | 2017-05-07 | 1 | -13/+5 |
| | | |||||
| * | refactor towards new cli.Interface | Stefan Majewsky | 2017-05-07 | 1 | -0/+157 |
