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:
parent
9b17db51b1
commit
0bee5c5d25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user