towel

package
v0.0.0-...-34df400 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main() int

Types

type Args

type Args struct {
	Global
	//
	Graph *GraphCmd `arg:"subcommand:graph" help:"generate the dependency graph of a set of tickets"`
}

func (Args) Description

func (Args) Description() string

func (Args) Epilogue

func (Args) Epilogue() string

type Global

type Global struct {
	Server  string        `arg:"required" help:"Jira server URL"`
	Timeout time.Duration `help:"timeout for network operations (eg: 1h32m7s)"`
	Version bool          `help:"display version and exit"`
	//
	HttpClient *http.Client `arg:"-"` // Overridable for tests.
}

type GraphCmd

type GraphCmd struct {
	Pipeline string `arg:"required"`
}

Jump to

Keyboard shortcuts

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