issues
search
so-dang-cool
/
dt
dt - duct tape for your unix pipes
https://dt.plumbing/
BSD 3-Clause "New" or "Revised" License
430
stars
12
forks
source link
Add `stream`, add `rl`/`readln`/`rls`/`readlns`, add example of mutually-recursive commands
#40
Closed
booniepepper
closed
1 year ago
booniepepper
commented
1 year ago
Add
stream
-- Currently behavior is only defined when it is the initial command
This closes out #36
Add
rl
/
readln
/
rls
/
readlns
Prefer these over
read-line
. They have a symmetry with
pls
/
printlns
and friends so I think
read-line
should go away in a next major version.
Add an example of mutually-recursive commands
stream
-- Currently behavior is only defined when it is the initial commandrl
/readln
/rls
/readlns
read-line
. They have a symmetry withpls
/printlns
and friends so I thinkread-line
should go away in a next major version.