File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Generate < Base
1515 option '-r --wrap FUNCTION' , 'Wrap the entire script in a function so it can also be sourced'
1616 option '-e --env ENV' , <<~HELP
1717 Force the generation environment:
18-
18+
1919 - production generate a smaller script, without file markers
2020 - development generate with file markers
2121 HELP
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class << self
1212 :strict ,
1313 :tab_indent ,
1414 :target_dir ,
15- :usage_colors ,
15+ :usage_colors
1616 )
1717
1818 def compact_short_flags
@@ -89,7 +89,7 @@ def config
8989 def user_settings
9090 @user_settings ||= File . exist? ( user_settings_path ) ? Config . new ( user_settings_path ) : { }
9191 end
92-
92+
9393 def user_settings_path
9494 ENV [ 'BASHLY_SETTINGS_PATH' ] || 'settings.yml'
9595 end
You can’t perform that action at this time.
0 commit comments