Maintainer | [email protected] |
---|---|
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Distribution.Client.Run
Description
Implementation of the run
command.
Synopsis
- run :: Verbosity -> LocalBuildInfo -> Executable -> [String] -> IO ()
- splitRunArgs :: Verbosity -> LocalBuildInfo -> [String] -> IO (Executable, [String])
Documentation
run :: Verbosity -> LocalBuildInfo -> Executable -> [String] -> IO () Source #
Run a given executable.
splitRunArgs :: Verbosity -> LocalBuildInfo -> [String] -> IO (Executable, [String]) Source #
Return the executable to run and any extra arguments that should be forwarded to it. Die in case of error.