1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

discard thinking comments

This commit is contained in:
Ayman Nadeem 2019-10-18 17:21:04 -04:00
parent 7dcec7538b
commit 83e0278119

View File

@ -66,12 +66,3 @@ opts = info (parseAST <**> helper)
-- TODO: Define formats for json, sexpression, etc.
data Format = Show | Pretty
deriving (Read)
-- CLI feature request -> implementation
-- add a boolean flag that represents "print with color" or not
-- `semantic-ast --format=Pretty --no-color` won't show those pretty colors
-- adding a boolean field to represent whether color is on or not
-- and use an appropriate construct in optparse-applicative to indicate that `--color` means True
-- and -- no-color means false, and not provided means True
-- The difference between auto and string option