File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Add < Base
1818 command "colors" , "Add standard functions for printing colorful and formatted text to the lib directory."
1919 command "yaml" , "Add standard functions for reading YAML files to the lib directory."
2020
21- environment "BASHLY_SOURCE_DIR" , "The path to use for creating the configuration file [default: src]"
21+ environment "BASHLY_SOURCE_DIR" , "The path containing the bashly configuration and source files [default: src]"
2222
2323 def strings_command
2424 safe_copy asset ( "templates/strings.yml" ) , "#{ Settings . source_dir } /bashly-strings.yml"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class Generate < Base
88
99 option "-f --force" , "Overwrite existing files"
1010
11- environment "BASHLY_SOURCE_DIR" , "The path to use for creating the configuration file [default: src]"
11+ environment "BASHLY_SOURCE_DIR" , "The path containing the bashly configuration and source files [default: src]"
1212 environment "BASHLY_TARGET_DIR" , "The path to use for creating the bash script [default: .]"
1313
1414 def run
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ Options:
3636
3737Environment Variables:
3838 BASHLY_SOURCE_DIR
39- The path to use for creating the configuration file [default: src]
39+ The path containing the bashly configuration and source files [default: src]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Options:
1313
1414Environment Variables:
1515 BASHLY_SOURCE_DIR
16- The path to use for creating the configuration file [default: src]
16+ The path containing the bashly configuration and source files [default: src]
1717
1818 BASHLY_TARGET_DIR
1919 The path to use for creating the bash script [default: .]
You can’t perform that action at this time.
0 commit comments