(config createFieldConfig, field queries.ProjectField)
| 143 | } |
| 144 | |
| 145 | func printResults(config createFieldConfig, field queries.ProjectField) error { |
| 146 | if !config.io.IsStdoutTTY() { |
| 147 | return nil |
| 148 | } |
| 149 | |
| 150 | _, err := fmt.Fprintf(config.io.Out, "Created field\n") |
| 151 | return err |
| 152 | } |
no test coverage detected