We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151a5c9 commit 228c337Copy full SHA for 228c337
src/bin/code-minimap/cli.rs
@@ -24,7 +24,7 @@ pub struct App {
24
pub padding: Option<usize>,
25
26
/// Specify input encoding
27
- #[clap(long, default_value = Encoding::VARIANTS[0], possible_values = Encoding::VARIANTS)]
+ #[clap(long, default_value = Encoding::VARIANTS[0], possible_values = Encoding::VARIANTS, ignore_case = true)]
28
pub encoding: Encoding,
29
30
/// Subcommand
0 commit comments