Prompts the user for a text input with the given msg.
msg
String ask(String msg) => Input(prompt: msg).interact();