summaryrefslogtreecommitdiffstats
path: root/src/commands/util.rs
AgeCommit message (Expand)Author
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