Hilbish/docs/api
sammyette 2f6ab5fd92
feat: add sink for commanders to write output/read input (#232)
to write output, you would usually just use the print builtin
since commanders are just lua custom commands but this does not
consider the fact of pipes or other shell operators being used
to redirect or whatever.

this adds readable/writable "sinks" which is a type for input
or output and is currently only used for commanders but can be
used for other hilbish things in the future
2023-01-20 19:07:42 -04:00
..
hilbish docs: [ci] generate new docs 2023-01-18 10:59:10 +00:00
_index.md docs: change api index doc 2022-12-20 10:09:08 -04:00
bait.md docs: improve emmy lua annotations 2022-12-20 20:59:55 -04:00
commander.md feat: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -04:00
fs.md docs: improve emmy lua annotations 2022-12-20 20:59:55 -04:00
terminal.md refactor!: rework docs and doc command (#218) 2022-12-15 00:00:54 -04:00