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'm trying to add a --version flag, with that flag no positional arguments are required
what would be the correct way of doing that if xor ignores positionals?
@alecthomas, you said "Seems reasonable though", but that was a while ago. Before I start diving into this, are you still open to a PR for to include positional arguments in xor?
I would like to do something like:
or:
but prevent:
It seems
xor
for positional arguments (flag witharg:""
) does not do anything: there is no error if both are provided.The text was updated successfully, but these errors were encountered: