phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Patch
nxt
patching
Patch file handling.
struct
Patch {
struct
Path
via
import
nxt
.
path
:
Path
,
DirPath
;
;
struct
DirPath
via
import
nxt
.
path
:
Path
,
DirPath
;
;
struct
Spawn
via
import
nxt
.
cmd
:
Spawn
,
writeFlushed
,
spawn
;
;
void
writeFlushed
(Args args) via
import
nxt
.
cmd
:
Spawn
,
writeFlushed
,
spawn
;
;
Spawn
spawn
(const(char[])[] args, LogLevel logLevel, File input_, File out_, File err_) via
import
nxt
.
cmd
:
Spawn
,
writeFlushed
,
spawn
;
;
enum
LogLevel
via
import
nxt
.
logging
:
LogLevel
,
defaultLogLevel
,
trace
;
;
enum
defaultLogLevel
; via
import
nxt
.
logging
:
LogLevel
,
defaultLogLevel
,
trace
;
;
void
trace
(Args args) via
import
nxt
.
logging
:
LogLevel
,
defaultLogLevel
,
trace
;
;
import
std
.
path
:
absolutePath
;
;
Path
file
;
uint
level
;
LogLevel
logLevel
;
this
(Path file, uint level, bool echoOutErr);
Spawn
applyIn
(DirPath dir);
}
Constructors
this
this
(Path file, uint level, bool echoOutErr)
Undocumented in source.
Members
Functions
applyIn
Spawn
applyIn
(DirPath dir)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
file
Path
file
;
Undocumented in source.
level
uint
level
;
Undocumented in source.
logLevel
LogLevel
logLevel
;
Undocumented in source.
Meta
Source
See Implementation
nxt
patching
structs
Patch
Patch file handling.