@@ -29,23 +29,17 @@ class Add < Base
2929 In all cases, this is optional and will have sensible defaults.
3030 USAGE
3131
32- command 'colors' ,
33- 'Add standard functions for printing colorful and formatted text to the ' \
34- 'lib directory.'
35-
32+ command 'colors' , 'Add standard functions for printing colorful and formatted text to the lib directory.'
3633 command 'comp' , 'Generate a bash completions script or function.'
3734 command 'config' , 'Add standard functions for handling INI files to the lib directory.'
38- command 'lib' ,
39- 'Create the additional lib directory for additional user scripts. ' \
40- 'All *.sh scripts in this folder will be included in the final bash script.'
35+ command 'lib' , 'Create the additional lib directory for additional user scripts. All *.sh scripts in this ' \
36+ 'folder will be included in the final bash script.'
4137
42- command 'settings' ,
43- 'Copy a sample settings.yml file to your project, ' \
44- 'allowing you to customize some bashly options.'
38+ command 'settings' , 'Copy a sample settings.yml file to your project, allowing you to customize some ' \
39+ 'bashly options.'
4540
46- command 'strings' ,
47- 'Copy an additional configuration file to your project, ' \
48- 'allowing you to customize all the tips and error strings.'
41+ command 'strings' , 'Copy an additional configuration file to your project, allowing you to customize all the ' \
42+ 'tips and error strings.'
4943
5044 command 'test' , 'Add approval testing.'
5145 command 'validations' , 'Add argument validation functions to the lib directory.'
@@ -54,11 +48,9 @@ class Add < Base
5448 example 'bashly add comp function'
5549 example 'bashly add comp script completions.bash'
5650
57- environment 'BASHLY_SOURCE_DIR' ,
58- 'The path containing the bashly configuration and source files [default: src]'
59-
60- environment 'BASHLY_LIB_DIR' ,
61- 'The path to use for creating the library files, relative to the source dir [default: lib]'
51+ environment 'BASHLY_SOURCE_DIR' , 'The path containing the bashly configuration and source files [default: src]'
52+ environment 'BASHLY_LIB_DIR' , 'The path to use for creating the library files, relative to the source dir ' \
53+ '[default: lib]'
6254
6355 attr_reader :skip_src_check
6456
0 commit comments