(config deleteConfig, project queries.ProjectMutationQuery)
| 116 | } |
| 117 | |
| 118 | func printResults(config deleteConfig, project queries.ProjectMutationQuery) error { |
| 119 | if !config.io.IsStdoutTTY() { |
| 120 | return nil |
| 121 | } |
| 122 | |
| 123 | _, err := fmt.Fprintf(config.io.Out, "Deleted project %d\n", project.Number) |
| 124 | return err |
| 125 | } |
no test coverage detected