Skip to content

Commit

Permalink
Underline text with names of files or directories
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoscalco committed Mar 18, 2020
1 parent 9fea970 commit 9da3acf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ const cli = meow({
Print the presentation in a PDF file.
${chalk.bold('onepunch update')}
Update files in the src directory according to the latest release.
Please note that any custom change inside directory src will be overwritten
Update files in the ${chalk.underline('src')} directory according to the latest release.
Please note that any custom change inside directory ${chalk.underline('src')} will be overwritten.
${chalk.bold('OPTIONS')}
${chalk.bold('-n')} or ${chalk.bold('--name')} ${chalk.italic('directory_name')}
Specify the name of the directory where the project is initialized. Defaults to onepunch-presentation.
Specify the name of the directory where the project is initialized. Defaults to ${chalk.underline('onepunch-presentation')}.
${chalk.bold('-i')} or ${chalk.bold('--input')} ${chalk.italic('htmlfile')}
Specify the HTML file to print, defaults to ${chalk.italic('index.html')}.
Specify the HTML file to print, defaults to ${chalk.underline('index.html')}.
${chalk.bold('-o')} or ${chalk.bold('--output')} ${chalk.italic('pdffile')}
Specify the name of the PDF file in output, defaults to ${chalk.italic('index.pdf')}.
Specify the name of the PDF file in output, defaults to ${chalk.underline('index.pdf')}.
${chalk.bold('--version')}
Display the version number.
Expand Down

0 comments on commit 9da3acf

Please sign in to comment.