src/fusion/scripting

Search:
Group by:

Templates

template withDir(dir: string; body: untyped): untyped
Changes the current directory to dir temporarily. Usage example:
withDir "foo":
  # inside foo directory
# back to last directory