Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adjust copyright string to refer to The Nitrocli Developers | Daniel Mueller | 2020-09-01 |
| | | | | | This change adjusts the copyright header in all files to no longer mention individuals but refer to The Nitrocli Developers in general. | ||
* | Remove application global Result definition | Daniel Mueller | 2020-08-31 |
| | | | | | | | In the past we were using an application global custom Result type definition. This makes less sense now that we switched over to using anyhow's Error and Result types. We kept that for the time being, but with this change we remove the type and use anyhow::Result instead. | ||
* | Add unit tests for the list command | Robin Krahl | 2020-01-14 |