picocli
picocli copied to clipboard
ArgGroup with multiplicity 1 is validated "too" late
When there's an interactive option, then the missing of an ArgGroup
only gets validated after providing the interactive option. The parsing should fail earlier.
Sorry for my late response. Can you provide a test to help me reproduce the issue?
@xehpuk It would help greatly if you could provide a test that reproduces the issue.