I was wondering if there is a way for me to configure the command line args parsing to raise an error when an unknown argument is specified. For example, say I have a traitlet class called Foo with properties quo and bar. If I start my and specify an invalid argument such as --Faux.bar or --Foo.qaux I would like an error to be thrown.
I was wondering if there is a way for me to configure the command line args parsing to raise an error when an unknown argument is specified. For example, say I have a traitlet class called
Foowith propertiesquoandbar. If I start my and specify an invalid argument such as--Faux.baror--Foo.qauxI would like an error to be thrown.