Skip to content

Commit

Permalink
fixup! Add generate-scheme subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jul 3, 2024
1 parent 0eac1a2 commit 2e95648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fn main() -> Result<()> {
}
Some(("list", sub_matches)) => {
let is_custom = sub_matches
.get_one::<bool>("custom")
.get_one::<bool>("custom-schemes")
.map(|b| b.to_owned())
.unwrap_or(false);

Expand Down

0 comments on commit 2e95648

Please sign in to comment.