diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2023-01-03 16:13:28 -0800 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-01-20 00:18:42 -0500 |
commit | f5eaebb4b46a7e87e6c91a81da93ec28d4362546 (patch) | |
tree | d08b05086142552c5ebbb37aabd27a15c0ff2a87 /docs/markdown/snippets | |
parent | eaf365cb3ef4f1c2ba66e07237d86a44089aff4f (diff) | |
download | meson-f5eaebb4b46a7e87e6c91a81da93ec28d4362546.zip meson-f5eaebb4b46a7e87e6c91a81da93ec28d4362546.tar.gz meson-f5eaebb4b46a7e87e6c91a81da93ec28d4362546.tar.bz2 |
use typed_kwargs for the various option subparsers
We make use of allow_unknown=True here, which allows us to only look at
the common arguments in the main option parser, and then look at the
specific options in the dispatched parsers. This allows us to do more
specific checking on a per overload basis.
Diffstat (limited to 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions