| 9 | "github.com/basecamp/hey-cli/internal/apierr" |
| 10 | "github.com/basecamp/hey-cli/internal/config" |
| 11 | "github.com/basecamp/hey-cli/internal/output" |
| 12 | "github.com/basecamp/hey-cli/internal/terminal" |
| 13 | ) |
| 14 | |
| 15 | type configCommand struct { |
| 16 | cmd *cobra.Command |
nothing calls this directly
no outgoing calls
no test coverage detected