package
0.0.32
Repository: https://github.com/make-os/kit.git
Documentation: pkg.go.dev

# Functions

IssueCloseCmd adds a close directive.
IssueCreateCmd create a new Issue or adds a comment commit to an existing Issue.
IssueListCmd list all issues.
IssueReadCmd read comments in an issue.
IssueReopenCmd adds a negative close directive to an issue.
IssueStatusCmd prints the status of an issue.
NormalizeIssueReferenceName normalizes a reference from args[0] to one that is a valid full issue reference name.

# Variables

IssueCmd represents the issue command.

# Structs

IssueCloseArgs contains parameters for IssueCloseCmd.
No description provided by the author
No description provided by the author
IssueReadArgs contains arguments used by IssueReadCmd function.
IssueReopenArgs contains parameters for IssueReopenCmd.
IssueStatusArgs contains parameters for IssueStatusCmd.