feat: add clap help flags

This commit is contained in:
2026-06-22 22:20:24 +02:00
parent a5089f815b
commit 2d7be5d033
+2 -2
View File
@@ -44,8 +44,8 @@ tests::run() {
[--cat]=bool [--cat]=bool
[-k]=bool [-k]=bool
[--keep]=bool [--keep]=bool
[-h]=help [-h]=bool
[--help]=help [--help]=bool
) )
declare -a clap__arguments=() declare -a clap__arguments=()