Some runners like PosixRunner, ProcessRunner, PopenRunner supported specific options for their spawn method.
It solves a specific problem such as setup chdir for executing command.
For example command line
cd some_path && zip -X0r file.epub mimetype META-INF OEBPS
Some runners like PosixRunner, ProcessRunner, PopenRunner supported specific options for their spawn method. It solves a specific problem such as setup chdir for executing command.
For example command line
can be runned as