You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* allow to pass a file or FIFO as password with --password /my/file/path as suggested in this best-practice https://www.netmeister.org/blog/passing-passwords.html article
* allow to pass a file or FIFO as password with --password /my/file/path as suggested in this best-practice https://www.netmeister.org/blog/passing-passwords.html article (including change to changelog and AUTHORS)
* A few changes based on input received after the pull request
Co-authored-by: Georgy Frolov <gosha@fro.lv>
Copy file name to clipboardexpand all lines: changelog.md
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Features:
12
12
---------
13
13
* Add `-g` shortcut to option `--login-path`.
14
14
* Alt-Enter dispatches the command in multi-line mode.
15
+
* Allow to pass a file or FIFO path with --password-file when password is not specified or is failing (as suggested in this best-practice https://www.netmeister.org/blog/passing-passwords.html)
0 commit comments