| 269 | } |
| 270 | |
| 271 | type structCommandBuilder struct { |
| 272 | reflection |
| 273 | parent *reflection |
| 274 | md *internal.Metadata |
| 275 | } |
| 276 | |
| 277 | func validateNoArgs(cmd *cobra.Command, args []string) error { |
| 278 | cmd.SilenceUsage = true |
nothing calls this directly
no outgoing calls
no test coverage detected