parse

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

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.

func (*ParseCommand) Process

func (c *ParseCommand) Process(ctx context.Context) (merr error)

Process handles the main logic for the tagrep request.

func (*ParseCommand) Run

func (c *ParseCommand) Run(ctx context.Context, args []string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL