mosquito / argclass

A wrapper around the standard argparse module that allows you to describe argument parsers declaratively
Apache License 2.0
12 stars 3 forks source link

Arguments without `Optional` should be required by default #8

Closed dizballanze closed 2 years ago

dizballanze commented 2 years ago

Currently arguments like this:

myarg: int

are optional, but I think it should be required to match its type.