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
When using a non-validating ArgGroup in a MixIn, the options of the ArgGroup are doubled in the "Usage" line. When placing the ArgGroup directly in the command class, the options are not doubled. When using a validating ArgGroup the options are also not doubled - as expected. As far as I tested to problem only occurs when using non-validating ArgGroups in a MixIn
I am using the ArgGroup to put a heading above a set of options that are added by a loadable plugin. The intention is to make clear which option belongs to which plugin.
When using a non-validating ArgGroup in a MixIn, the options of the ArgGroup are doubled in the "Usage" line. When placing the ArgGroup directly in the command class, the options are not doubled. When using a validating ArgGroup the options are also not doubled - as expected. As far as I tested to problem only occurs when using non-validating ArgGroups in a MixIn
I am using the ArgGroup to put a heading above a set of options that are added by a loadable plugin. The intention is to make clear which option belongs to which plugin.
Example:
The this code to reproduce the problem:
Minimal reproducing example
Actual output of picocli:
What I expect:
The text was updated successfully, but these errors were encountered: