Handbook
Glossary
git-clone-no-checkout ( uri -- process )
Vocabulary
cli
.
git
Inputs
uri
an
object
Outputs
process
an
object
Definition
USING:
io.launcher
kernel
sequences
;
IN:
cli.git
:
git-clone-no-checkout
( uri -- process )
[
{
"git"
"clone"
"--no-checkout"
}
]
dip
suffix
run-process
;