ShellCheck-0.8.0: Shell script analysis tool
Safe HaskellNone
LanguageHaskell98

ShellCheck.ASTLib

Documentation

getFlagsUntil :: ([Char] -> Bool) -> Token -> [(Token, [Char])] Source #

getOpts :: (Bool, Bool) -> String -> [(String, Bool)] -> [Token] -> Maybe [(String, (Token, Token))] Source #

data PseudoGlob Source #

Constructors

PGAny 
PGMany 
PGChar Char 

Instances

Instances details
Eq PseudoGlob Source # 
Instance details

Defined in ShellCheck.ASTLib

Show PseudoGlob Source # 
Instance details

Defined in ShellCheck.ASTLib