From 3567865c2da0c994fbaa549dd4346640db3f4bf7 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Wed, 24 Jul 2024 10:36:17 +0300 Subject: [PATCH] docs: Update `edit` command docs Signed-off-by: Awiteb --- docs/commands/edit.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/commands/edit.md b/docs/commands/edit.md index c1ed248..5e11789 100644 --- a/docs/commands/edit.md +++ b/docs/commands/edit.md @@ -55,6 +55,10 @@ custom fields. For secrets like the password and TOTP secret, you can provide them as arguments 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 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,