summaryrefslogtreecommitdiffstats
path: root/src/commands/dependencies_of.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-08 11:59:37 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-08 12:00:07 +0100
commit74db1104179db548ac49bf4722fba94f57ce2bc4 (patch)
tree49e3105d984536f2e8d1259152dc7f241e69142c /src/commands/dependencies_of.rs
parent09d19c7c8c5102f9be477aa848769fc12d4c7fa1 (diff)
Add --all flag in find-pkg implementation
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/commands/dependencies_of.rs')
-rw-r--r--src/commands/dependencies_of.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/dependencies_of.rs b/src/commands/dependencies_of.rs
index 701e7f7..4a31c1d 100644
--- a/src/commands/dependencies_of.rs
+++ b/src/commands/dependencies_of.rs
@@ -31,6 +31,7 @@ pub async fn dependencies_of(matches: &ArgMatches, config: &Configuration, repo:
print_build_deps);
let flags = crate::ui::PackagePrintFlags {
+ print_all: false,
print_runtime_deps,
print_build_deps,
print_sources: false,