Documentation
¶
Overview ¶
Package parse parses the github pull request gitlab merge request, or github/gitlab issue and prints any tags to stdout.
Index ¶
Constants ¶
View Source
const ( TypeUnspecified = "" TypeIssue = "issue" TypeRequest = "request" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseCommand ¶
type ParseCommand struct {
cli.BaseCommand
FlagType string
// contains filtered or unexported fields
}
ParseCommand fetches and parses a request and prints out all tags.
func (*ParseCommand) Desc ¶
func (c *ParseCommand) Desc() string
Desc provides a short, one-line description of the command.
func (*ParseCommand) FlagsContext ¶ added in v0.0.7
func (c *ParseCommand) FlagsContext(ctx context.Context) *cli.FlagSet
func (*ParseCommand) Help ¶
func (c *ParseCommand) Help() string
Help is the long-form help output to include usage instructions and flag information.
Click to show internal directories.
Click to hide internal directories.