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