new version with git help

This commit is contained in:
2026-08-11 22:35:01 +02:00
parent fea7fb7a59
commit 7c6a338326
7 changed files with 175 additions and 19 deletions
+5
View File
@@ -182,3 +182,8 @@
(check-equal? (length (git 'log 10)) 2)))
(lambda ()
(delete-directory/files tmp)))
;; Help validates its topic before trying to open the installed documentation.
(check-exn exn:fail? (lambda () (git 'help 'not-a-git-command)))
(check-exn exn:fail:contract? (lambda () (git-help "grep")))