From eebef99b1cd4e6fc28896c500eda7cfc397b55ff Mon Sep 17 00:00:00 2001 From: Arun Date: Fri, 29 Sep 2023 11:56:19 -0700 Subject: [PATCH] Document clear flag in long form help as well --- pkg/cmd/project/item-edit/item_edit.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cmd/project/item-edit/item_edit.go b/pkg/cmd/project/item-edit/item_edit.go index 41d8c4830..6d0d91dc5 100644 --- a/pkg/cmd/project/item-edit/item_edit.go +++ b/pkg/cmd/project/item-edit/item_edit.go @@ -66,6 +66,8 @@ func NewCmdEditItem(f *cmdutil.Factory, runF func(config editItemConfig) error) Edit either a draft issue or a project item. Both usages require the ID of the item to edit. For non-draft issues, the ID of the project is also required, and only a single field value can be updated per invocation. + + Remove project item field value using "--clear" flag. `), Example: heredoc.Doc(` # edit an item's text field value