feat: add cli option and ctrl+u clears password
Code Quality / quality-checks (push) Has been cancelled
Security Scan / security-audit (push) Has been cancelled

- Add `--hide-password` CLI flag
- Show temporary "CLEARED" feedback on password clear
This commit is contained in:
2026-04-10 12:59:39 +02:00
parent caa448680e
commit fbd7aee9d2
5 changed files with 108 additions and 15 deletions
+5 -5
View File
@@ -43,8 +43,8 @@ default = ["networking"]
networking = ["dep:reqwest", "tokio/net"]
[profile.release]
opt-level = "z" # Optimize for size
lto = true # Enable Link Time Optimization
codegen-units = 1 # Reduce parallel code gen to allow better size optimization
panic = "abort" # Remove heavy stack unwinding code
strip = true # Automatically strip symbols and debug info
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true