(config editConfig, project queries.ProjectMutationQuery)
| 145 | } |
| 146 | |
| 147 | func printResults(config editConfig, project queries.ProjectMutationQuery) error { |
| 148 | if !config.io.IsStdoutTTY() { |
| 149 | return nil |
| 150 | } |
| 151 | |
| 152 | _, err := fmt.Fprintf(config.io.Out, "%s\n", project.URL) |
| 153 | return err |
| 154 | } |