A simple CLI tool that asks for user input until the data inputted is valid.
When writing command line tools you will often need to take input from the user. If the user inputs invalid information the program needs to ask them again. Having to make this loop distracts from the useful logic in your program.
read_input
attempts to make it easy to get input from the user without having to think about converting types.
Everything is covered on our documentation page. Latest Docs