doc(cli): fix help message for multiline input
This commit is contained in:
parent
36eb0f35e8
commit
7022ebc866
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue