Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | change sorting reversing prefix to ~ | Daniel | |
Since - leads to structopt interpreting the component as the start of another argument, we need to use a different one. | |||
2020-05-13 | first attempt at sorting output | Daniel | |
This does currently not work yet, as we cannot call .finish() on dyn Aggregator. This needs to be adjusted. However, this provides the basic infrastructure for producing sorted output, including the required command line parsing. |