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
f"For {action.option_strings} from {plugin_name},"
320
-
" the default will always override a value configured"
321
-
" in TOML. To resolve, replace `.add_argument(...,"
322
-
f' action="store_{str(is_store_true).lower()}")` with'
323
-
f' `(..., action="store_const", const={is_store_true})`'
324
-
)
309
+
text=f"The argument default for {action.option_strings} from the '{plugin_id}' plugin, will always override any value configured in TOML. The only supported CLI defaults are `None` or `argparse.SUPPRESS`"# noqa: E501
0 commit comments