| 17 | ) |
| 18 | |
| 19 | type boxCommand struct { |
| 20 | cmd *cobra.Command |
| 21 | limit int |
| 22 | all bool |
| 23 | page string |
| 24 | } |
| 25 | |
| 26 | // boxOutput is HEY's box payload with the listing's postings over the top of it, so the |
nothing calls this directly
no outgoing calls
no test coverage detected