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.
Click to show internal directories.
Click to hide internal directories.