From 137346307248bc9e327847e549c3d6c24b3b11f3 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Sat, 17 Aug 2024 00:14:10 +0200 Subject: add external cargo --- src/cli.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 6b1a043..b0ec61b 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -13,6 +13,10 @@ pub struct Args { #[arg(short, long)] pub doc: bool, - #[arg(long, default_value_t = true)] + #[arg(long)] pub dry_run: bool, + + #[cfg(all(feature = "ext-cargo", feature = "int-cargo"))] + #[arg(long)] + pub ext_cargo: bool, } -- cgit v1.2.3