Added password prompt with asterisks displayed while typing
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
- `1` runtime/SFTP error
|
||||
- `2` argument/usage error
|
||||
- Missing `--host`, `--user`, `--password` should still support interactive prompt mode.
|
||||
- Interactive password prompts should avoid echoing the password, mask typed characters when possible, and restore terminal settings after input errors.
|
||||
- `--skip` and `--skip-delete` matching semantics should remain stable.
|
||||
- Rules without wildcard characters (`*`, `?`) use legacy exact matching.
|
||||
- Exact rules without slash match any path segment; exact rules with slash match a relative subpath.
|
||||
|
||||
Reference in New Issue
Block a user