forked from GitHub/gf-core
command option check
This commit is contained in:
@@ -167,7 +167,7 @@ generateTrees opts gr mt =
|
||||
cat = firstAbsCat opts gr
|
||||
dpt = maybe 3 id $ getOptInt opts flagDepth
|
||||
mn = getOptInt opts flagAlts
|
||||
ifm = not $ oElem noMetas opts
|
||||
ifm = oElem withMetas opts
|
||||
|
||||
speechGenerate :: Options -> String -> IO ()
|
||||
speechGenerate opts str = do
|
||||
|
||||
Reference in New Issue
Block a user