Distribution.Client.Run
Description
Implementation of the run command.
run
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.