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

Struct draftsCommand

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

Source from the content-addressed store, hash-verified

11 "github.com/basecamp/hey-cli/internal/apierr"
12 "github.com/basecamp/hey-cli/internal/output"
13)
14
15// maxDraftPages is how many pages of drafts one command reads, counting the first.
16const maxDraftPages = 100
17
18type draftsCommand struct {
19 cmd *cobra.Command
20 limit int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected