sascha-andres/git-commit

View on GitHub
cmd/methods/help.go

Summary

Maintainability
A
0 mins
Test Coverage
package methods

import "fmt"

// Help prints out usage to stdout
func Help() {
    fmt.Println("too few arguments")
    fmt.Println("")
    fmt.Println("install     - helps to install git-hook-commit")
    fmt.Println("uninstall     - helps to uninstall git-hook-commit")
}