1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

clean up usage docs

This commit is contained in:
Ayman Nadeem 2019-10-22 13:40:35 -04:00
parent 9b17db51b1
commit 0bee5c5d25

View File

@ -21,7 +21,7 @@ data SemanticAST = SemanticAST
, source :: Either [FilePath] String
}
-- Usage: semantic-ast --format ARG [--no-color] [--sourceString STRING] [FILEPATHS…]
-- Usage: semantic-ast --format ARG [--no-color] (--sourceString STRING | FILEPATHS…)
parseAST :: Parser SemanticAST
parseAST = SemanticAST
<$> option auto