| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename pkg/ to internal/ | Stefan Majewsky | 2020-03-28 | 1 | -70/+0 |
| | | |||||
| * | add first test | Stefan Majewsky | 2017-07-07 | 1 | -0/+1 |
| | | |||||
| * | refactor cli.Interface yet again | Stefan Majewsky | 2017-05-09 | 1 | -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.Interface | Stefan Majewsky | 2017-05-07 | 1 | -0/+63 |
