command structure

This commit is contained in:
2026-08-12 14:59:50 +02:00
parent 7be7007285
commit 5773450329
2 changed files with 29 additions and 2 deletions
+1
View File
@@ -75,6 +75,7 @@
(define/contract (run-git args)
(-> (listof (or/c path-string? symbol?))
(listof (list/c (one-of/c 'stdout 'stderr) string?)))
(putenv "GIT_TERMINAL_PROMPT" "0")
(let-values (((process stdout stdin stderr)
(apply subprocess
#f