mirror of
https://github.com/sharkdp/bat
synced 2026-08-04 19:01:44 +00:00
Added new alias for 'decoration=always'
This commit is contained in:
committed by
David Peter
parent
57a8122a6b
commit
565a80305c
@@ -257,6 +257,15 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
||||
an interactive terminal is detected. Possible values: *auto*, never, always.",
|
||||
),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("always-decorations")
|
||||
.short("D")
|
||||
.alias("always-decor")
|
||||
.overrides_with("always-decorations")
|
||||
.hidden(true)
|
||||
.hidden_short_help(true)
|
||||
.help("Alias for '--decorations=always'")
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("paging")
|
||||
.long("paging")
|
||||
|
||||
Reference in New Issue
Block a user