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);