mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
allow spaces between command options; option -treebank in linearize
This commit is contained in:
@@ -61,7 +61,7 @@ interpret env trees0 comm = case lookCommand co comms of
|
||||
comms = commands env
|
||||
checkOpts info =
|
||||
case
|
||||
[o | OOpt o <- opts, notElem o (options info)] ++
|
||||
[o | OOpt o <- opts, notElem o ("tr" : options info)] ++
|
||||
[o | OFlag o _ <- opts, notElem o (flags info)]
|
||||
of
|
||||
[] -> return ()
|
||||
|
||||
Reference in New Issue
Block a user