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
if I have an argument --list member_1 member_2 which is parsed by argparse, argunparse will produce `--list='[member_1, member_2]', not sure if this is intended, but makes argunparse unusable for folks who want to unparse list arguments.
The text was updated successfully, but these errors were encountered:
if I have an argument
--list member_1 member_2
which is parsed by argparse, argunparse will produce `--list='[member_1, member_2]', not sure if this is intended, but makes argunparse unusable for folks who want to unparse list arguments.The text was updated successfully, but these errors were encountered: