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

Struct boxesCommand

internal/cmd/boxes.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 "github.com/basecamp/hey-cli/internal/output"
12)
13
14type boxesCommand struct {
15 cmd *cobra.Command
16 limit int
17 all bool
18}
19
20func newBoxListCommand() *boxesCommand {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected