mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 02:31:17 +08:00
Added [[ op -v and -R
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user