Index
Modules:
shell
.
API symbols
asgnShell:
shell: asgnShell(cmd: string; debugConfig: set[DebugOutputKind] = defaultDebugConfig): tuple[ output, error: string, exitCode: int]
checkShell:
shell: checkShell(cmds: untyped; exp: untyped): untyped
DebugOutputKind:
shell: DebugOutputKind
dokCommand:
DebugOutputKind.dokCommand
dokError:
DebugOutputKind.dokError
dokOutput:
DebugOutputKind.dokOutput
dokRuntime:
DebugOutputKind.dokRuntime
execShell:
shell: execShell(cmd: string; debugConfig: set[DebugOutputKind] = defaultDebugConfig): tuple[ output, error: string, exitCode: int]
shell:
shell: shell(cmds: untyped): untyped
shellAssign:
shell: shellAssign(cmd: untyped): untyped
shellEcho:
shell: shellEcho(cmds: untyped): untyped
ShellExecError:
shell: ShellExecError
shellVerbose:
shell: shellVerbose(cmds: untyped): untyped
shell: shellVerbose(debugConfig, cmds: untyped): untyped
shellVerboseErr:
shell: shellVerboseErr(cmds: untyped): untyped
shell: shellVerboseErr(debugConfig, cmds: untyped): untyped
shellVerboseImpl:
shell: shellVerboseImpl(debugConfig, cmds: untyped): untyped