nxt.cmd

Wrappers around commands such git, patch, etc.

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

Members

Functions

exitMessage
ExitCode exitMessage(ExitCode code)
Undocumented in source. Be warned that the author may not have intended to support it.
spawn
Spawn spawn(Log log, const(char[])[] args, File stdin_)
Undocumented in source. Be warned that the author may not have intended to support it.
writeIng
void writeIng(S args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ExitCode
struct ExitCode
Undocumented in source.
Log
struct Log

Spawn logging configuration.

Patch
struct Patch

Patch file handling.

Repository
struct Repository
Undocumented in source.
Spawn
struct Spawn

Process spawn state.

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