cmd

package
v0.0.0-...-5a0a108 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExportAll = cli.Command{
	Name:        "export-all",
	Description: "Exports all open issues into a markdown file",
	ArgsUsage:   "<owner>/<repository>",
	Flags: []cli.Flag{
		cli.StringFlag{
			Name:      "output,o",
			Usage:     "output file",
			TakesFile: true,
		},
		cli.StringFlag{
			Name:     "token",
			Usage:    "Gitea access token",
			Required: true,
		},
		cli.StringFlag{
			Name:     "url",
			Usage:    "Gitea URL",
			Required: true,
		},
	},
	Action: exportAll,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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