doc(cli): fix help message for multiline input

This commit is contained in:
Julien Oculi 2024-04-03 17:24:04 +02:00
parent 36eb0f35e8
commit 7022ebc866

View file

@ -59,7 +59,7 @@ export const cmd = new Command()
for (const prop of selectedTemplate.props) {
if (prop.multiline) {
console.log(
`%c?%c ${prop.description} %c[end input with "!EOL" on a new line] %c`,
`%c?%c ${prop.description} %c[end input with "!EOF" on a new line] %c`,
'color: yellow;',
'font-weight: bold',
'color: white',