1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00
This commit is contained in:
Nisheet Sinvhal
2018-11-02 16:36:49 +05:30
committed by David Peter
parent 1ece38a4c4
commit 44bdae0212
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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")