Documentation
¶
Overview ¶
Package issues provides commands to manage project issues.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IssuesCmd = &cobra.Command{ Use: "issues", Short: "Manage project issues (work tickets, blueprints).", Aliases: []string{"issue"}, }
IssuesCmd represents the base command for the 'issues' subcommand group.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package closecmd provides the command to close a work item (issue).
|
Package closecmd provides the command to close a work item (issue). |
|
Package create provides the command to create new issues.
|
Package create provides the command to create new issues. |
|
Package internal provides internal helpers for issues commands.
|
Package internal provides internal helpers for issues commands. |
|
Package list provides the command to list project issues.
|
Package list provides the command to list project issues. |
|
Package tree provides the command to display issue hierarchy.
|
Package tree provides the command to display issue hierarchy. |
|
Package view provides the command to view issue details.
|
Package view provides the command to view issue details. |
Click to show internal directories.
Click to hide internal directories.