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 suspect we may have a bug in that reverse_argparse likely doesn't correctly handle the case of a subparser with no argument, e.g., when the subcommand is simply mapped to a function. Need to
Develop one or more test cases to prove the point.
Fix the unparsing of nested parsers for such situations.
The text was updated successfully, but these errors were encountered:
Description
I suspect we may have a bug in that
reverse_argparse
likely doesn't correctly handle the case of a subparser with no argument, e.g., when the subcommand is simply mapped to a function. Need toThe text was updated successfully, but these errors were encountered: