summaryrefslogtreecommitdiffstats
path: root/src/commands/dependencies_of.rs
AgeCommit message (Expand)Author
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add comments on subcommand implementationsMatthias 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-08Add --all flag in find-pkg implementationMatthias Beyer
2020-12-08Cleanup: Use struct for flags, to be more typesafeMatthias Beyer
2020-12-08Add script highlighting in find-pkg implementationMatthias Beyer
2020-12-08Add ui::print_packages support for more package data via flagsMatthias 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-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-08Do not pass objects not neededMatthias Beyer
2020-11-08Move command implementations into dedicated moduleMatthias Beyer