Skip to content

Commit 9da3acf

Browse files
Underline text with names of files or directories
1 parent 9fea970 commit 9da3acf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ const cli = meow({
2727
Print the presentation in a PDF file.
2828
2929
${chalk.bold('onepunch update')}
30-
Update files in the src directory according to the latest release.
31-
Please note that any custom change inside directory src will be overwritten
30+
Update files in the ${chalk.underline('src')} directory according to the latest release.
31+
Please note that any custom change inside directory ${chalk.underline('src')} will be overwritten.
3232
3333
${chalk.bold('OPTIONS')}
3434
3535
${chalk.bold('-n')} or ${chalk.bold('--name')} ${chalk.italic('directory_name')}
36-
Specify the name of the directory where the project is initialized. Defaults to onepunch-presentation.
36+
Specify the name of the directory where the project is initialized. Defaults to ${chalk.underline('onepunch-presentation')}.
3737
3838
${chalk.bold('-i')} or ${chalk.bold('--input')} ${chalk.italic('htmlfile')}
39-
Specify the HTML file to print, defaults to ${chalk.italic('index.html')}.
39+
Specify the HTML file to print, defaults to ${chalk.underline('index.html')}.
4040
4141
${chalk.bold('-o')} or ${chalk.bold('--output')} ${chalk.italic('pdffile')}
42-
Specify the name of the PDF file in output, defaults to ${chalk.italic('index.pdf')}.
42+
Specify the name of the PDF file in output, defaults to ${chalk.underline('index.pdf')}.
4343
4444
${chalk.bold('--version')}
4545
Display the version number.

0 commit comments

Comments
 (0)