Skip to content

Commit

Permalink
document 'terminal' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 24, 2012
1 parent a251a26 commit 601ba42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -25,6 +25,7 @@ Every option is optional.
* `timeout` Number of ms to wait for user input before giving up.
* `default` The default value if the user enters nothing.
* `edit` Allow the user to edit the default value.
* `terminal` Treat the output as a TTY, whether it is or not.
* `stdin` Readable stream to get input data from. (default `process.stdin`)
* `stdout` Writeable stream to write prompts to. (default: `process.stdout`)

Expand Down

0 comments on commit 601ba42

Please sign in to comment.