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