diff --git a/src/clap_app.rs b/src/clap_app.rs index 21fb0493..88bb0e87 100644 --- a/src/clap_app.rs +++ b/src/clap_app.rs @@ -54,6 +54,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> { .arg( Arg::with_name("list-languages") .long("list-languages") + .short("L") .conflicts_with("list-themes") .help("Display all supported languages.") .long_help("Display a list of supported languages for syntax highlighting."),