summaryrefslogtreecommitdiffstats
path: root/src/commands/util.rs
AgeCommit message (Expand)Author
2021-08-12Fix clippy: Remove unnecessary return keywordMatthias Beyer
2021-06-02Try to parse time with " 00:00:00" appendedMatthias Beyer
2021-06-02Add ability to specify point in time in date filter argumentMatthias Beyer
2021-06-02Refactor: move get_date_filter() helper fn to commands:util moduleMatthias Beyer
2021-05-20Update dependency: indicatif 0.15 -> 0.16.1Matthias Beyer
2021-05-17Revert "Update dependency: indicatif 0.15 -> 0.16"Matthias Beyer
2021-05-12Set length of bar before iteratingMatthias Beyer
2021-05-11Add docs for helper functionsMatthias Beyer
2021-05-11Add module-level docsMatthias Beyer
2021-05-11Update dependency: indicatif 0.15 -> 0.16Matthias Beyer
2021-03-07Fix: Do not print table if there is no dataMatthias Beyer
2021-03-07Move display_data() helper to commands::utilMatthias Beyer
2021-03-07Move mk_header helper to commands::util moduleMatthias Beyer
2021-02-15Fix: The {status} interpolation contains the word "exit" alreadyMatthias Beyer
2021-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-25Refactor: Move package name regex building to helper functionMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add comments on subcommand implementationsMatthias Beyer
2021-01-15Fix clippy: writing `&Vec<_>` instead of `&[_]` involves one more reference a...Matthias Beyer
2021-01-15Fix clippy: called `filter(..).next()` on an `Iterator`. This is more succinc...Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-12Check whether all phases are available and usedMatthias Beyer
2020-12-11Refactor linting implementation to utility functionMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-08Move command implementations into dedicated moduleMatthias Beyer