elegant-park-52418
04/16/2024, 3:43 PMBoolOption
class MySubsystem(Subsystem):
test = BoolOption(
default=None,
help=softwrap("test"),
advanced=False,
)
From the doc string, I expect the default value to be None , but I'm seeing False instead. From the help output:
--[no-]mysubsystem-test
PANTS_MYSUBSYSTEM_TEST
test
default: None
current value: False
test
Any insight would be appreciated.
Slack Conversation