Giving in on possible options

This commit is contained in:
Stephane Bortzmeyer 2023-10-01 15:56:20 +02:00
parent 3b40762ed2
commit bbb0cc746b
1 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@ analyze language input
main = do main = do
myargs <- getArgs myargs <- getArgs
putStr (concat (map (analyze tag) myargs)) putStr (concat (map (analyze tag) myargs))
-- TODO: set return code? What code to use if some are well-formed and some are not? -- We do not set return code since it is possible that some are well-formed and some are not.
-- TODO: provide a version with -q and -v ?