aboutsummaryrefslogtreecommitdiff
path: root/pkg/cli/interface.go
Commit message (Collapse)AuthorAgeFilesLines
* rename pkg/ to internal/Stefan Majewsky2020-03-281-168/+0
|
* fix formatting errors for stderr messagesStefan Majewsky2017-08-191-3/+3
|
* add first testStefan Majewsky2017-07-071-4/+7
|
* refactor cli.Interface yet againStefan Majewsky2017-05-091-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 ttyStefan Majewsky2017-05-091-5/+13
|
* YAGNIStefan Majewsky2017-05-071-13/+5
|
* refactor towards new cli.InterfaceStefan Majewsky2017-05-071-0/+157