File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ const cli = meow({
27
27
Print the presentation in a PDF file.
28
28
29
29
${ 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.
32
32
33
33
${ chalk . bold ( 'OPTIONS' ) }
34
34
35
35
${ 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' ) } .
37
37
38
38
${ 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' ) } .
40
40
41
41
${ 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' ) } .
43
43
44
44
${ chalk . bold ( '--version' ) }
45
45
Display the version number.
You can’t perform that action at this time.
0 commit comments