From bbb0cc746b252ee6d1098eda70a1514a8550b7a8 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Sun, 1 Oct 2023 15:56:20 +0200 Subject: [PATCH] Giving in on possible options --- check-wf.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/check-wf.hs b/check-wf.hs index ebf068d..8f8031b 100644 --- a/check-wf.hs +++ b/check-wf.hs @@ -10,6 +10,7 @@ analyze language input main = do myargs <- getArgs putStr (concat (map (analyze tag) myargs)) - -- TODO: set return code? What code to use if some are well-formed and some are not? - -- TODO: provide a version with -q and -v ? + -- We do not set return code since it is possible that some are well-formed and some are not. + +