Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-08-02 02:55:19 +0400
committerisaacs <i@izs.me>2012-08-02 02:55:19 +0400
commita6f0cee57412a1ba13a8eedcfc86f47a8a68059d (patch)
treea4ce64c1406dbfe274268f76c9f6b40b6cd98d2c /node_modules/read/README.md
parentaa3a686b4b8e29067b452cce886d7fd1455189db (diff)
read@1.0.2
Diffstat (limited to 'node_modules/read/README.md')
-rw-r--r--node_modules/read/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/read/README.md b/node_modules/read/README.md
index 917e703fc..01aa8e76b 100644
--- a/node_modules/read/README.md
+++ b/node_modules/read/README.md
@@ -22,6 +22,7 @@ Every option is optional.
* `prompt` What to write to stdout before reading input.
* `silent` Don't echo the output as the user types it.
+* `replace` Replace silenced characters with the supplied character value.
* `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.