aboutsummaryrefslogtreecommitdiff
path: root/pkg/cli/command.go
Commit message (Collapse)AuthorAgeFilesLines
* 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