parent
7e762b6694
commit
b42b058941
|
@ -24,7 +24,7 @@ for information on command-line arguments and flags.
|
||||||
[#:dest-dir dest-dir (or/c path-string? #f)]
|
[#:dest-dir dest-dir (or/c path-string? #f)]
|
||||||
[#:ref ref string? "master"]
|
[#:ref ref string? "master"]
|
||||||
[#:transport transport (or/c 'git 'http 'https) 'git]
|
[#:transport transport (or/c 'git 'http 'https) 'git]
|
||||||
[#:depth depth (or/c #f positive-exact-integer?) 1]
|
[#:depth depth (or/c #f exact-positive-integer?) 1]
|
||||||
[#:status-printf status-printf (string? any/c ... . -> . void?) (lambda args
|
[#:status-printf status-printf (string? any/c ... . -> . void?) (lambda args
|
||||||
(apply printf args)
|
(apply printf args)
|
||||||
(flush-output))]
|
(flush-output))]
|
||||||
|
@ -35,7 +35,7 @@ for information on command-line arguments and flags.
|
||||||
[(git) 9418]
|
[(git) 9418]
|
||||||
[(http) 80]
|
[(http) 80]
|
||||||
[(https) 443])])
|
[(https) 443])])
|
||||||
strung?]{
|
string?]{
|
||||||
|
|
||||||
Contacts the server at @racket[hostname] and @racket[port]
|
Contacts the server at @racket[hostname] and @racket[port]
|
||||||
to download the repository whose name on the server is
|
to download the repository whose name on the server is
|
||||||
|
|
Loading…
Reference in New Issue
Block a user