(value)
| 92 | message: colors.bold('What is the ID of the font?'), |
| 93 | placeholder: 'noto-sans-jp', |
| 94 | validate(value) { |
| 95 | if (!value) return 'Please enter an ID.'; |
| 96 | |
| 97 | return; |
| 98 | }, |
| 99 | }), |
| 100 | }); |
| 101 | id = cfg.id; |
nothing calls this directly
no outgoing calls
no test coverage detected