cmd

package
v2.0.8+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Root = &cobra.Command{
	Use:   "cmf",
	Short: "Commit Message Formatter",
	Long:  "Generate custom commit message for your repo and standarize your commits log",
	Run: func(cmd *cobra.Command, args []string) {
		go git.CheckTree()
		message := template.Run()
		git.Commit(message)
	},
}

Root Root cli command

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