mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Added [[ op -v and -R
This commit is contained in:
parent
7d7624252b
commit
5d408875f1
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ readConditionContents single = do
|
|||
|
||||
readCondUnaryOp = try $ do
|
||||
op <- choice $ (map tryOp [ "-a", "-b", "-c", "-d", "-e", "-f", "-g", "-h", "-L", "-k", "-p", "-r", "-s", "-S", "-t", "-u", "-w", "-x", "-O", "-G", "-N",
|
||||
"-z", "-n", "-o"
|
||||
"-z", "-n", "-o", "-v", "-R"
|
||||
])
|
||||
hardCondSpacing
|
||||
return op
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue