No description
Find a file
2022-10-15 12:45:49 +09:00
src fix for win 2022-10-15 12:17:11 +09:00
tests fix for win 2022-10-15 12:17:11 +09:00
.gitignore Initial commit 2022-10-05 22:21:30 +09:00
LICENSE Initial commit 2022-10-05 22:21:30 +09:00
README.md update README 2022-10-15 12:45:15 +09:00
tabcompletion.nimble make function 2022-10-10 13:39:41 +09:00

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.