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 wonder why this replacement is not done on positional dest. It's not done in the python code, where in some ways it matters more.
In the javascript Namespace, if you can't use ns.foo-bar-baz you can still use ns['foo-bar-baz']. But with the python Namespace you have to use getattr(ns, 'foo-bar-baz').
Maybe this needs an issue report in both versions.
For hyphenated argument names, only the first hyphen is converted to an underscore, not all of them.
The text was updated successfully, but these errors were encountered: