()
| 353 | } |
| 354 | |
| 355 | func (ep *EditableProjects) clone() EditableProjects { |
| 356 | return EditableProjects{ |
| 357 | EditableSlice: ep.EditableSlice.clone(), |
| 358 | ProjectItems: ep.ProjectItems, |
| 359 | } |
| 360 | } |
| 361 | |
| 362 | type EditPrompter interface { |
| 363 | Select(string, string, []string) (int, error) |