docs: [ci] generate new docs

reuse-runner-2
TorchedSammy 2022-10-10 22:41:10 +00:00 committed by github-actions[bot]
parent 3ee2b03330
commit 300248de54
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ These will be formatted and replaced with the appropriate values.
`%u` - Name of current user
`%h` - Hostname of device
read(prompt) -> input? > Read input from the user, using Hilbish's line editor/input reader.
read(prompt?) -> input? > Read input from the user, using Hilbish's line editor/input reader.
This is a separate instance from the one Hilbish actually uses.
Returns `input`, will be nil if ctrl + d is pressed, or an error occurs (which shouldn't happen)