phobos-next v0.5.0 (2022-11-28T21:32:24Z)
Home
Dub
Repo
Patch
nxt
cmd
Patch file handling.
@
safe
struct
Patch {
Path
file
;
uint
level
;
Log
log
;
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.
log
Log
log
;
Undocumented in source.
Meta
Source
See Implementation
nxt
cmd
functions
exitMessage
spawn
writeIng
structs
ExitStatus
Log
Patch
Repository
Spawn
Patch file handling.