dexpect ~master (2022-05-10T05:48:11.1512877)
Dub
Repo
ExpectImpl.this
dexpect
ExpectImpl
Constructs an Expect that runs cmd with no args
this
(string cmd, OutputRange sink)
class
ExpectImpl
(OutputRange)
this
(
string
cmd
,
OutputRange
sink
)
if
(
isOutputRange
!(
OutputRange
,
string
)
)
this
(string cmd, string[] args, OutputRange sink)
Meta
Source
See Implementation
dexpect
ExpectImpl
constructors
this
destructors
~this
functions
expect
putAllData
read
readAllAvailable
send
sendLine
properties
after
before
data
sink
timeout
variables
_sink
Constructs an Expect that runs cmd with no args