We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b062c93 commit 9fb6bcfCopy full SHA for 9fb6bcf
lib/bashly/views/flag/case_arg.gtx
@@ -7,7 +7,7 @@ if repeatable
7
> if [[ -z ${args['{{ name }}']+x} ]]; then
8
> args['{{ name }}']="\"$2\""
9
if unique
10
- > elif [[ ! "${args['{{ name }}']}" =~ "\"$2\"" ]]; then
+ > elif [[ ! "${args['{{ name }}']}" =~ \"$2\" ]]; then
11
else
12
> else
13
end
0 commit comments