nxt.cmd

Wrappers around commands such git, patch, etc.

Original version https://gist.github.com/PetarKirov/b4c8b64e7fc9bb7391901bcb541ddf3a

Members

Functions

ewriteFlushed
void ewriteFlushed(Args args)

Variant of std.stderr.write that flushes stderr afterwards.

exitMessage
ExitStatus exitMessage(ExitStatus code)
Undocumented in source. Be warned that the author may not have intended to support it.
spawn
Spawn spawn(const(char[])[] args, LogLevel logLevel, File input_, File out_, File err_)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFlushed
void writeFlushed(Args args)

Variant of std.stdio.write that flushes stdout afterwards.

Structs

ExitStatus
struct ExitStatus

Process exit status (code).

Spawn
struct Spawn

Process spawn state. Action accessing predeclared file system resources.

See Also

https://github.com/CyberShadow/ae/blob/master/sys/git.d

https://forum.dlang.org/post/ziqgqpkdjolplyfztulp@forum.dlang.org

TODO: integrate @CyberShadow’s ae.sys.git at ae/sys/git.d

Meta