mirror of
https://github.com/z-kk/tabcompletion
synced 2026-01-15 13:21:45 +00:00
No description
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| tabcompletion.nimble | ||
tabcompletion
Nim stdin tab completion library
Usage
readLineFromStdin*
proc readLineFromStdin*(): string =
proc readLineFromStdin*(prompt: string): string =
Reads a line from stdin.
It's the same as rdstdin.readLineFromStdin() with tab completion.