@@ -29,3 +29,7 @@
- Display a prompt before the input:
`read -p {{"Enter your input here: "}} {{variable}}`
+
+- Do not echo typed characters (silent mode):
+`read -s {{variable}}`