| 11 | "github.com/basecamp/hey-cli/internal/output" |
| 12 | ) |
| 13 | |
| 14 | type boxesCommand struct { |
| 15 | cmd *cobra.Command |
| 16 | limit int |
| 17 | all bool |
| 18 | } |
| 19 | |
| 20 | func newBoxListCommand() *boxesCommand { |
nothing calls this directly
no outgoing calls
no test coverage detected