(config createItemConfig, item queries.ProjectItem)
| 120 | } |
| 121 | |
| 122 | func printResults(config createItemConfig, item queries.ProjectItem) error { |
| 123 | if !config.io.IsStdoutTTY() { |
| 124 | return nil |
| 125 | } |
| 126 | |
| 127 | _, err := fmt.Fprintf(config.io.Out, "Created item\n") |
| 128 | return err |
| 129 | } |
no test coverage detected