mirror of https://github.com/Hilbis/Hilbish
docs(commander): remove note about input sink being unimplemented
parent
22cf0fcb49
commit
eda4fda972
|
@ -31,7 +31,7 @@ The `sinks` parameter is a table with 3 keys: `in`, `out`,
|
||||||
and `err`. The values of these is a <a href="/Hilbish/docs/api/hilbish/#sink" style="text-decoration: none;">Sink</a>.
|
and `err`. The values of these is a <a href="/Hilbish/docs/api/hilbish/#sink" style="text-decoration: none;">Sink</a>.
|
||||||
|
|
||||||
- `in` is the standard input. You can read from this sink
|
- `in` is the standard input. You can read from this sink
|
||||||
to get user input. (**This is currently unimplemented.**)
|
to get user input.
|
||||||
- `out` is standard output. This is usually where text meant for
|
- `out` is standard output. This is usually where text meant for
|
||||||
output should go.
|
output should go.
|
||||||
- `err` is standard error. This sink is for writing errors, as the
|
- `err` is standard error. This sink is for writing errors, as the
|
||||||
|
|
|
@ -22,7 +22,7 @@ The `sinks` parameter is a table with 3 keys: `in`, `out`,
|
||||||
and `err`. The values of these is a @Sink.
|
and `err`. The values of these is a @Sink.
|
||||||
|
|
||||||
- `in` is the standard input. You can read from this sink
|
- `in` is the standard input. You can read from this sink
|
||||||
to get user input. (**This is currently unimplemented.**)
|
to get user input.
|
||||||
- `out` is standard output. This is usually where text meant for
|
- `out` is standard output. This is usually where text meant for
|
||||||
output should go.
|
output should go.
|
||||||
- `err` is standard error. This sink is for writing errors, as the
|
- `err` is standard error. This sink is for writing errors, as the
|
||||||
|
|
Loading…
Reference in New Issue