Commit Graph

1 Commits (c690691ede20e90c73050405b214310a08887e75)

Author SHA1 Message Date
sammyette c690691ede
feat: add sink for commanders to write output/read input
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-17 23:03:23 -04:00