()
| 71 | return `${input.cron}: ${input.prompt}` |
| 72 | }, |
| 73 | async description() { |
| 74 | return buildCronCreateDescription(isDurableCronEnabled()) |
| 75 | }, |
| 76 | async prompt() { |
| 77 | return buildCronCreatePrompt(isDurableCronEnabled()) |
| 78 | }, |
nothing calls this directly
no test coverage detected