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) {
|
for (const prop of selectedTemplate.props) {
|
||||||
if (prop.multiline) {
|
if (prop.multiline) {
|
||||||
console.log(
|
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;',
|
'color: yellow;',
|
||||||
'font-weight: bold',
|
'font-weight: bold',
|
||||||
'color: white',
|
'color: white',
|
||||||
|
|
Loading…
Reference in a new issue