watchexec ~master (2021-10-12T13:58:57Z)
Dub
Repo
ttyProcess
proc
tty
Spawn a process where stdin/stdout/stderr is pseudo-terminals.
@
trusted
PipeProcess
ttyProcess
(
scope
const
(
char
[])[]
args
,
const
string
[
string
]
env
= null
,
std.process.Config
config
=
std.process.Config.none
,
scope
const
(
char
)[]
workDir
= null
)
Meta
Source
See Implementation
proc
tty
functions
ttyProcess
Spawn a process where stdin/stdout/stderr is pseudo-terminals.