exit code checking added

This commit is contained in:
2026-08-12 16:50:57 +02:00
parent b832ab8184
commit e4e37d2214
4 changed files with 36 additions and 31 deletions
+3 -2
View File
@@ -2,13 +2,14 @@
(define collection "git-cli")
(define pkg-desc "Command-line-like Git operations for Racket, interface to the git cli command")
(define version "0.3.5")
(define version "0.3.6")
(define pkg-authors '("Hans Dijkema"))
(define license 'MIT)
(define deps
'("base"
("simple-ini")
"simple-ini"
"simple-log"
"racket-index"
"scribble-lib"
"racket-makefile"