mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-11 08:08:29 +01:00
Fix the number of values to one
This commit is contained in:
parent
c2847f6a9f
commit
bd68684537
@ -194,6 +194,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
|||||||
.long("highlight-line")
|
.long("highlight-line")
|
||||||
.short("H")
|
.short("H")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
|
.number_of_values(1)
|
||||||
.multiple(true)
|
.multiple(true)
|
||||||
.value_name("N")
|
.value_name("N")
|
||||||
.help("Highlight the given line.")
|
.help("Highlight the given line.")
|
||||||
|
Loading…
Reference in New Issue
Block a user