mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +00:00
7cbc66f65b
operator& should return combined values of the same type, not a new type (i.e. bool). This is much more verbose, but easier to reason about without implied conversion. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>