Commit de6f098
fix: replace plaintext password example with secure piping guidance
The help text showed `echo "password" | msgvault add-imap ...` which
exposes the password in shell history and process listings. Replace
with `read -s` example that avoids this.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b7f2808 commit de6f098
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments