nimdocs/internal

    Dark Mode
Search:
Group by:
  Source   Edit

Procs

proc runGitCmd(cmd: string; workingDir = ""): string {.
    ...raises: [OSError, Exception, IOError, CatchableError],
    tags: [ExecIOEffect, ReadIOEffect, RootEffect].}
  Source   Edit
proc runNimCmd(cmd, workingDir: string): string {.
    ...raises: [OSError, Exception, IOError, CatchableError],
    tags: [ExecIOEffect, ReadIOEffect, RootEffect].}
  Source   Edit