summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Collapse)Author
2021-04-06Remove compare functionalityMatthias Beyer
This functionality was fundamentally broken and not good. We will (re)implement similar functionality in the future, though. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-06Run cargo-fmtMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-09-10Add helper to get latest version of a packageMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-30Add: Feature to sort outputMatthias Beyer
2019-04-24Add "compare" functionality in CLIMatthias Beyer
2019-04-19Initial importMatthias Beyer
In the beginning there was darkness. So I spoke "git init". And there was a git repository.