From 2e9564892da787bf55942c4738da0b7048e563f5 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Wed, 3 Jul 2024 17:02:25 +0200 Subject: [PATCH] fixup! Add generate-scheme subcommand --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 76164f8..28225f0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -106,7 +106,7 @@ fn main() -> Result<()> { } Some(("list", sub_matches)) => { let is_custom = sub_matches - .get_one::("custom") + .get_one::("custom-schemes") .map(|b| b.to_owned()) .unwrap_or(false);