Prompt Users For Input In A Command Line Script
Say you have a little CLI tool, but you want to be able to prompt a user for additional data after the script has started, rather than passing it in as a command line argument or putting it in a file. To do this,