jibby/tools/helpers

Helper functions, not compiled into anything but used by the other two files.

Types

SdldInput = object
  outputFile*: string
  objFiles*: seq[string]

Procs

proc execWithEcho(command: string; exceptOnError: bool = true) {.
    ...raises: [OSError, IOError], tags: [ExecIOEffect, ReadIOEffect, RootEffect],
    forbids: [].}
proc getGbdkRoot(): string {....raises: [], tags: [ReadEnvEffect], forbids: [].}
proc paramsToSdldInput(cmdline: string): SdldInput {....raises: [],
    tags: [ReadIOEffect], forbids: [].}