(cmd *Command, args []string)
| 73 | } |
| 74 | |
| 75 | func runVersion(cmd *Command, args []string) { |
| 76 | fmt.Print(PrintVersion(false)) |
| 77 | } |
| 78 | |
| 79 | func printParamHelp(flagSet *flag.FlagSet) { |
| 80 | if flagSet.Name() != "" { |
nothing calls this directly
no test coverage detected