MCPcopy Create free account
hub / github.com/basecamp/hey-cli / boxCommand

Struct boxCommand

internal/cmd/box.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected