commands

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PathsCommand = cli.Command{
	Name:   "paths",
	Usage:  "Shows path patterns configuration",
	Action: pathsAction,
}
View Source
var ReposCommand = cli.Command{
	Name:   "repos",
	Usage:  "Shows git repositories to be reminded",
	Action: reposAction,
}
View Source
var StatusCommand = cli.Command{
	Name:   "status",
	Usage:  "Shows repositories to need to git commit/push",
	Action: statusAction,
	Flags: []cli.Flag{
		cli.BoolFlag{
			Name:  "short,s",
			Usage: "Give the output in the short-format",
		},
		cli.BoolFlag{
			Name:  "all,a",
			Usage: "Display all repositories status including up-to-date",
		},
		cli.BoolFlag{
			Name:  "no-status,n",
			Usage: "Display only repository paths",
		},
		cli.BoolFlag{
			Name:  "no-ansi",
			Usage: "Disable ANSI output",
		},
	},
}
View Source
var StatusNotificationCommand = cli.Command{
	Name:   "status-notification",
	Usage:  "Notifies repository statuses using desktop notification",
	Action: statusNotificationAction,
}

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