quaint-telephone-89068
02/06/2023, 4:08 AMstr | None. If the option is set via a config file, the only way to unset it is to modify the config file - there is no CLI or env var override. --opt='' sets to the empty string. --opt=None sets to the string "None".
It's not clear how this should be modeled? Should we special case None to be None instead of the empty string? How, then, would you get the string value?
pantsbuild/pantsuser
02/06/2023, 4:08 AMuser
02/06/2023, 4:10 AM