Open sleepwalker2017 opened 2 years ago
This example doesn't make much sense to me. What attribute of SubOption
should be getting set to 1?
This example doesn't make much sense to me. What attribute of
SubOption
should be getting set to 1?
I mean, if I have a nested dataclass for example Options, how can I set the values in SubOptions.
python test.py --sub.a 2 --sub.b 1 Seems this usage is not supported. How can I set the value of sub.a?
This example doesn't make much sense to me. What attribute of
SubOption
should be getting set to 1?
Let me say it more clearly, in the following example, how can I set 'logging' to False?
for example, how can I parse args to get a value for sub?