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
My config struct has a couple of fields that are unrelated to config parsing. It would nice to be able to mark them as ignored so no flags are generated for them and there's no requirement for the field to support FromStr and instead Require the field to implement Default.
The text was updated successfully, but these errors were encountered:
My config struct has a couple of fields that are unrelated to config parsing. It would nice to be able to mark them as ignored so no flags are generated for them and there's no requirement for the field to support FromStr and instead Require the field to implement Default.
The text was updated successfully, but these errors were encountered: