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

Struct composeCommand

internal/cmd/compose.go:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 "github.com/basecamp/hey-cli/internal/apierr"
13 "github.com/basecamp/hey-cli/internal/editor"
14 "github.com/basecamp/hey-cli/internal/htmlutil"
15 "github.com/basecamp/hey-cli/internal/output"
16)
17
18type composeCommand struct {
19 cmd *cobra.Command
20 to string
21 cc string
22 bcc string
23 subject string
24 message string
25 messageHTML string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected