作者:________葬情_231 | 来源:互联网 | 2023-09-24 16:25
Also I've added tests for this change
Now you will get
1
| ArgGroup %Your_ArgGroup_Name% doesn't contain any args |
instead of
1 2
| thread '' panicked at 'arithmetic operation overflowed'
|
And
1
| ArgGroup %Your_ArgGroup_Name% can not have same name as arg inside it |
instead of
1 2
| thread '' has overflowed its stack
|
该提问来源于开源项目:clap-rs/clap
:sunny: Test successful - status