cmd

package
v0.1.0-beta Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2017 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "git-phlow",
	Short: "git extension for phlow workflow",
	Long: `
git-phlow is a git extension that provides an extra set of commands, enabling you to:
workon, deliver and create new tasks.
	`,
	PersistentPreRun: func(cmd *cobra.Command, args []string) {

		if err := githandler.Status(); err != nil {
			fmt.Fprintln(os.Stdout, err)
			os.Exit(0)
		}

	},
}

RootCmd represents the base command when called without any subcommands

Functions

func Execute

func Execute()

Execute ...

Types

This section is empty.

Jump to

Keyboard shortcuts

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