mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	docs(commander): remove note about input sink being unimplemented
This commit is contained in:
		
							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>. | ||||
| 
 | ||||
| - `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 | ||||
| output should go. | ||||
| - `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. | ||||
| 
 | ||||
| - `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 | ||||
| output should go. | ||||
| - `err` is standard error. This sink is for writing errors, as the | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user