Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This is the actual heavy lifter code, which is responsible for parsing the arguments and then running the command itself.
Documentation
runTheCommand :: [CommandControl] -> String -> [String] -> IO () Source #
runWithHooks :: DarcsCommand -> (AbsolutePath, AbsolutePath) -> [DarcsFlag] -> [String] -> IO () Source #