open-vault/changelog/13683.txt
Rémi Lapeyre 3773ade7c6
Accept both -f and --force in the web terminal (#13683)
* Accept both -f and --force in the web terminal

This aligns the behavior of the web terminal with the `vault write ...`
command to make it a bit more user friendly.

* Add changelog

* Use === instead of ==
2022-01-20 10:17:53 -07:00

5 lines
150 B
Plaintext

```release-note:improvement
ui: The integrated web terminal now accepts both `-f` and `--force` as aliases
for `-force` for the `write` commmand.
```