summaryrefslogtreecommitdiff
path: root/pkg/cli/command.go
Commit message (Collapse)AuthorAgeFilesLines
* rename pkg/ to internal/Stefan Majewsky2020-03-281-70/+0
|
* add first testStefan Majewsky2017-07-071-0/+1
|
* refactor cli.Interface yet againStefan Majewsky2017-05-091-2/+8
| | | | | | | | | | - 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.
* refactor towards new cli.InterfaceStefan Majewsky2017-05-071-0/+63