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
Actually the idea was that only the settings for the selected subcommand would be kept. So the second case should have been {'config': [None], 'subcommand': 'cmd2', 'cmd2': {'a': 3, 'b': 4}}. Will check what went wrong.
The order in which subcommands are added impacts the resulting config
Most likely a bug in 6530146
I think both cases should produce the expected config:
# {'config': [None], 'subcommand': <the-subcommand>, 'cmd1': {'a': 1, 'b': 2}, 'cmd2': {'a': 3, 'b': 4}}
The text was updated successfully, but these errors were encountered: