예제 #1
0
파일: commands.go 프로젝트: strich/git-lfs
// usage is used for 'git-lfs <command> --help' or when invoked manually
func usage(cmd *cobra.Command) error {
	printHelp(cmd.Name())
	return nil
}