Giving in on possible options
This commit is contained in:
parent
3b40762ed2
commit
bbb0cc746b
@ -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.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user