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:
parent
844963ca61
commit
82f3b3dfaa
23 changed files with 100 additions and 12 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue