From 74db1104179db548ac49bf4722fba94f57ce2bc4 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 8 Dec 2020 11:59:37 +0100 Subject: Add --all flag in find-pkg implementation Signed-off-by: Matthias Beyer --- src/commands/dependencies_of.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/dependencies_of.rs') 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, -- cgit v1.2.3