Small changes. git main function is now a real function, not syntax

This commit is contained in:
2026-08-13 02:00:08 +02:00
parent a025481ae4
commit 2cb7e9310e
3 changed files with 82 additions and 58 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#lang scribble/manual
@(require (for-label racket/base
git-cli))
"../main.rkt"))
@;git-cli))
@title[#:tag "top"]{git-cli}
@author{Hans Dijkema}