forked from GitHub/gf-core
added command rgl-none in Setup.hs
This commit is contained in:
2
Setup.hs
2
Setup.hs
@@ -68,6 +68,8 @@ rglCommands =
|
|||||||
return ()
|
return ()
|
||||||
, RGLCommand "parse" False $ \mode args pkg lbi -> do
|
, RGLCommand "parse" False $ \mode args pkg lbi -> do
|
||||||
mapM_ (gfc mode pkg lbi . parse) (optl langsParse args)
|
mapM_ (gfc mode pkg lbi . parse) (optl langsParse args)
|
||||||
|
, RGLCommand "none" False $ \mode args pkg lbi -> do
|
||||||
|
return ()
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
optl ls args = fromMaybe ls $ getOptLangs args
|
optl ls args = fromMaybe ls $ getOptLangs args
|
||||||
|
|||||||
Reference in New Issue
Block a user