mirror of
https://github.com/sharkdp/bat
synced 2026-08-09 19:51:48 +00:00
Linting
This commit is contained in:
committed by
David Peter
parent
1ece38a4c4
commit
44bdae0212
+1
-1
@@ -329,7 +329,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
||||
.possible_values(&["always", "never"])
|
||||
.default_value("never")
|
||||
.hide_default_value(true)
|
||||
.help("Use italics in output (always, *never*)")
|
||||
.help("Use italics in output (always, *never*)"),
|
||||
)
|
||||
.subcommand(
|
||||
SubCommand::with_name("cache")
|
||||
|
||||
Reference in New Issue
Block a user