Handbook
Glossary
directory-entries-without-git ( directory -- entries )
Vocabulary
cli
.
git
Inputs
directory
an
object
Outputs
entries
an
object
Definition
USING:
accessors
io.directories
sequences
;
IN:
cli.git
:
directory-entries-without-git
( directory -- entries )
recursive-directory-entries
[
name>>
"/.git/"
subseq-of?
]
reject
;