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
Can I specify one argument to multiple groups
this is not functional.
[ArgumentGroupCertification("d,n", EArgumentGroupCondition.AllOrNoneUsed)]
[ArgumentGroupCertification("e,n", EArgumentGroupCondition.AllOrNoneUsed)]
But I can reuse argument N for more groups.
The text was updated successfully, but these errors were encountered:
Can I specify one argument to multiple groups
this is not functional.
[ArgumentGroupCertification("d,n", EArgumentGroupCondition.AllOrNoneUsed)]
[ArgumentGroupCertification("e,n", EArgumentGroupCondition.AllOrNoneUsed)]
But I can reuse argument N for more groups.
The text was updated successfully, but these errors were encountered: