i'd rather not hear about config files all the time
This commit is contained in:
parent
31e50b2111
commit
54b8d9e0c1
1 changed files with 2 additions and 0 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue