theprocess ~master (2026-02-27T23:22:14Z)
Dub
Repo
Process.opOpAssign
theprocess
process
Process
Append a single argument in place (mutating). Equivalent to addArgs.
void
opOpAssign
(string arg)
struct
Process
void
opOpAssign
(
string
op
)
(
in
string
arg
)
if
(
op
== "~"
)
void
opOpAssign
(string[] args)
Meta
Source
See Implementation
theprocess
process
Process
constructors
this
functions
addArgs
copy
execute
execv
inWorkDir
opBinary
opOpAssign
pipe
setArgs
setConfig
setEnv
setFlag
setGID
setNewEnv
setStderrPassThrough
setUID
setUser
setWorkDir
spawn
toString
withArgs
withConfig
withEnv
withFlag
withGID
withNewEnv
withStderrPassThrough
withUID
withUser
Append a single argument in place (mutating). Equivalent to addArgs.