mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
v0.3.1.2
This commit is contained in:
parent
8a62206639
commit
d5369ee1c0
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ impl App {
|
|||
if let Some(ref bl) = opt.blacklist {
|
||||
if ! bl.is_empty() {
|
||||
for name in bl.iter() {
|
||||
self.blacklist.insert(opt.name);
|
||||
self.blacklist.insert(name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue