initial check for unknown words in parsing

This commit is contained in:
aarne
2007-06-11 07:49:30 +00:00
parent 84c08b1401
commit 265f29afb6
11 changed files with 33 additions and 9 deletions

View File

@@ -254,7 +254,7 @@ execC co@(comm, opts0) sa@(sh@(st,(h,_,_,_)),a) = checkOptions st co >> case com
| otherwise -> parse $ prCommandArg a
where
parse x = do
warnDiscont opts
warnDiscont opts
let p = optParseArgErrMsg opts gro x
case p of
Ok (ts,msg)