1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

CLI default is now Precise for parsing

This commit is contained in:
Timothy Clem 2020-01-24 08:47:18 -08:00
parent 3afeb0dfaf
commit bdd6037ece

View File

@ -180,7 +180,7 @@ languageModes = Language.PerLanguageModes
= option auto ( long (shortName <> "-mode") = option auto ( long (shortName <> "-mode")
<> help ("The AST representation to use for " <> fullName <> " sources") <> help ("The AST representation to use for " <> fullName <> " sources")
<> metavar "ALaCarte|Precise" <> metavar "ALaCarte|Precise"
<> value Language.ALaCarte <> value Language.Precise
<> showDefault) <> showDefault)
filePathReader :: ReadM File filePathReader :: ReadM File