mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
tests: fixes posix_compatible test
This commit is contained in:
parent
d90186d3bb
commit
3c433636fd
1 changed files with 1 additions and 0 deletions
|
@ -595,6 +595,7 @@ where
|
|||
{
|
||||
self.app.settings.set(AS::TrailingValues);
|
||||
}
|
||||
self.seen.push(p.name);
|
||||
let _ = self.add_val_to_arg(p, &arg_os, matcher)?;
|
||||
|
||||
matcher.inc_occurrence_of(p.name);
|
||||
|
|
Loading…
Reference in a new issue