(config copyConfig, project queries.ProjectMutationQuery)
| 135 | } |
| 136 | |
| 137 | func printResults(config copyConfig, project queries.ProjectMutationQuery) error { |
| 138 | if !config.io.IsStdoutTTY() { |
| 139 | return nil |
| 140 | } |
| 141 | _, err := fmt.Fprintf(config.io.Out, "%s\n", project.URL) |
| 142 | return err |
| 143 | } |