()
| 74 | return buildCronCreateDescription(isDurableCronEnabled()) |
| 75 | }, |
| 76 | async prompt() { |
| 77 | return buildCronCreatePrompt(isDurableCronEnabled()) |
| 78 | }, |
| 79 | getPath() { |
| 80 | return getCronFilePath() |
| 81 | }, |
nothing calls this directly
no test coverage detected