mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00: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")
|
||||
.short("H")
|
||||
.takes_value(true)
|
||||
.number_of_values(1)
|
||||
.multiple(true)
|
||||
.value_name("N")
|
||||
.help("Highlight the given line.")
|
||||
|
Loading…
Reference in New Issue
Block a user