Opened this issue 4 months ago · 1 comments
Apparently bpaf skips hidden args and subcommands when checking parser invariants:
bpaf/src/meta.rs
Line 129 in 6f01ee0
I personally believe it shouldn't as those args are still required to work under the same invariants as non-hidden args.
Sure, I'll make a fix.