mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-31 02:01:05 +00:00
Fix loading of several plugins
This commit is contained in:
parent
bc91af3ee5
commit
dbf78d280a
@ -477,7 +477,9 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
|||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("load-plugin")
|
Arg::with_name("load-plugin")
|
||||||
.long("load-plugin")
|
.long("load-plugin")
|
||||||
|
.multiple(true)
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
|
.number_of_values(1)
|
||||||
.value_name("name")
|
.value_name("name")
|
||||||
.help("Load plugin with specified name.")
|
.help("Load plugin with specified name.")
|
||||||
.hidden_short_help(true)
|
.hidden_short_help(true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user