blob: eb54a6fa21222af3098c21ec4ba41f24ca920a63 (
plain)
1
2
3
4
5
6
7
|
By default, this module exports a single function: prompt(). It
prompts the user to enter some input, and returns an object that
represents the user input.
You may specify various flags to the function to affect its behaviour;
most notably, it defaults to automatically chomp the input, unless
the -line flag is specified.
|