Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introduce builder infrastructure for assembling Nitrocli instance | Daniel Mueller | 2020-08-24 |
| | | | | | | | In the future we would like to provide more ways for tests to create a Nitrocli instance. In order to prevent explosion of with_XXX methods for each possible combination of arguments, this change introduces a Builder struct that can be used to create such an instance in an idiomatic way. | ||
* | Add unit tests for the list command | Robin Krahl | 2020-01-14 |