cmd

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Contributors = &cli.Command{
	Name:   "contributors",
	Usage:  "Generates a contributors list",
	Action: runContributors,
}
View Source
var Generate = &cli.Command{
	Name:   "generate",
	Usage:  "Generates a changelog for a special milestone",
	Action: runGenerate,
}
View Source
var (
	Init = &cli.Command{
		Name:  "init",
		Usage: "Initialize a default .changelog.yml",
		Flags: []cli.Flag{
			&cli.StringFlag{
				Name:        "name",
				Aliases:     []string{"n"},
				Usage:       "Name of the changelog config",
				Value:       ".changelog.yml",
				Destination: &nameFlag,
			},
		},
		Action: runInit,
	}
)
View Source
var (
	// Version of changelog
	Version = "development"
)

Functions

func New added in v1.0.0

func New() *cli.App

New returns a new changelog App

Types

This section is empty.

Jump to

Keyboard shortcuts

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