i'd rather not hear about config files all the time

This commit is contained in:
Daylin Morgan 2023-10-02 13:36:45 -05:00
parent 31e50b2111
commit 54b8d9e0c1
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -1,5 +1,7 @@
import std/[os, strutils, strformat]
switch("hint","[Conf]:off")
proc gorgeExCd(command: string, dir: string = getCurrentDir()): tuple[output: string, exitCode: int] =
gorgeEx("cd $1 && $2" % [dir, command])