docs: Update edit command docs
All checks were successful
Rust CI / Rust CI (pull_request) Successful in 2m0s
Write changelog / write-changelog (push) Successful in 4s
Rust CI / Rust CI (push) Successful in 2m28s

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-07-24 10:36:17 +03:00
parent 5d30b8b021
commit 3567865c2d
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -55,6 +55,10 @@ custom fields.
For secrets like the password and TOTP secret, you can provide them as arguments For secrets like the password and TOTP secret, you can provide them as arguments
or you will be prompted for them. or you will be prompted for them.
## Field removal
If you want to remove a field from the vault, you can provide an empty value for
it, e.g. `-o ""`.
## Custom fields ## Custom fields
If you want to add a custom field to the vault, you can use the `-c, --custom` If you want to add a custom field to the vault, you can use the `-c, --custom`
option, and provide the key-value pair. If you want to delete a custom field, option, and provide the key-value pair. If you want to delete a custom field,