(value)
| 24 | message: colors.bold('What is the name of the font?'), |
| 25 | placeholder: 'Noto Sans JP', |
| 26 | validate(value) { |
| 27 | if (!value) return 'Please enter a name'; |
| 28 | return; |
| 29 | }, |
| 30 | }), |
| 31 | // TODO: Add support for multiple subsets |
| 32 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected