summaryrefslogtreecommitdiffstats
path: root/src/commands/find_pkg.rs
AgeCommit message (Expand)Author
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-15Allow identity operation here to be more expressiveMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-11Rename for consistency: deny_images -> denied_imagesMatthias Beyer
2020-12-11Add allowlist featureMatthias Beyer
2020-12-09Add more error context in case of CLI parsing errorsMatthias Beyer
2020-12-08Add --all flag in find-pkg implementationMatthias Beyer
2020-12-08Cleanup: Use struct for flags, to be more typesafeMatthias Beyer
2020-12-08Support --dependency-type in find-pkg subcommandMatthias Beyer
2020-12-08Add script highlighting in find-pkg implementationMatthias Beyer
2020-12-08Enhance find-pkg subcommand to take more flags for printing package informationMatthias Beyer
2020-12-08Rewrite find-pkg filtering to support optional package version constraintsMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-03Remove variable interpolation in config fileMatthias Beyer
2020-12-03Remove the idea of "system dependencies"Matthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-09Add subcommand: find-pkgMatthias Beyer