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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.