hyperion-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Hyperion.Command

Synopsis

Documentation

data Worker Source #

Haskell representation of arguments passed to the worker process.

Instances

Instances details
Show Worker Source # 
Instance details

Defined in Hyperion.Command

workerOpts :: Parser Worker Source #

Parses worker command-line arguments. Essentially inverse to hyperionWorkerCommand.

hyperionWorkerCommand :: FilePath -> NodeId -> ServiceId -> FilePath -> (String, [String]) Source #

Returns the (command, [arguments]) to run the worker process