Add godoc comments to exported symbols in pkg/cmd/project

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Kynan Ware 2026-03-04 15:58:15 -07:00
parent 844963ca61
commit 82f3b3dfaa
23 changed files with 100 additions and 12 deletions

View file

@ -34,6 +34,7 @@ type addProjectItemMutation struct {
} `graphql:"addProjectV2ItemById(input:$input)"`
}
// NewCmdAddItem creates the cobra command for adding an item to a project.
func NewCmdAddItem(f *cmdutil.Factory, runF func(config addItemConfig) error) *cobra.Command {
opts := addItemOpts{}
addItemCmd := &cobra.Command{