You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to use _add_dataclass_options directly in some of my code in order to be able to continue using normal argparse.ArgumentParser instances and use a dataclass to define only a subset of my script arguments.
Would it be possible to expose _add_dataclass_options as a public function i.e. remove the initial underscore?
The text was updated successfully, but these errors were encountered:
Hi,
I would like to be able to use
_add_dataclass_options directly
in some of my code in order to be able to continue using normal argparse.ArgumentParser instances and use a dataclass to define only a subset of my script arguments.Would it be possible to expose _add_dataclass_options as a public function i.e. remove the initial underscore?
The text was updated successfully, but these errors were encountered: