File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Add < Base
3737 command 'lib' , <<~USAGE
3838 Create the lib directory for any additional user scripts.
3939 All *.sh scripts in this directory will be included in the final bash script.
40- Note that if you configured a differetc partials_extension, then the extensions of the files in this directory need to match.
40+ Note that if you configured a different partials_extension, then the extensions of the files in this directory need to match.
4141 USAGE
4242
4343 command 'settings' , 'Copy a sample settings.yml file to your project, allowing you to customize some ' \
Original file line number Diff line number Diff line change @@ -28,8 +28,11 @@ Commands:
2828 Add a help command, in addition to the standard --help flag.
2929
3030 lib
31- Create the additional lib directory for additional user scripts. All *.sh
32- scripts in this folder will be included in the final bash script.
31+ Create the lib directory for any additional user scripts.
32+ All *.sh scripts in this directory will be included in the final bash
33+ script.
34+ Note that if you configured a different partials_extension, then the
35+ extensions of the files in this directory need to match.
3336
3437 settings
3538 Copy a sample settings.yml file to your project, allowing you to customize
You can’t perform that action at this time.
0 commit comments