Logo FS-Skia-UI

ShellProcess Module

Types

Type Description

ProcResult

The captured result of running an external process.

Functions and values

Function or value Description

git args workingDir

Full Usage: git args workingDir

Parameters:
    args : string list
    workingDir : string

Returns: ProcResult

Convenience wrapper: `run "git" args workingDir`.

args : string list
workingDir : string
Returns: ProcResult

run exe args workingDir

Full Usage: run exe args workingDir

Parameters:
    exe : string
    args : string list
    workingDir : string

Returns: ProcResult

Run `exe` with `args` in `workingDir`, capturing stdout, stderr, and the exit code. Arguments are passed as a list (each is quoted as a single argument); no shell interpolation is performed.

exe : string
args : string list
workingDir : string
Returns: ProcResult

Type something to start searching.