File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ settings
42
42
Copy a sample settings.yml file to your project, allowing you to customize
43
43
some bashly options.
44
44
45
+ stacktrace
46
+ Add a function that shows stacktrace on error.
47
+
45
48
strings
46
49
Copy an additional configuration file to your project, allowing you to
47
50
customize all the tips and error strings.
Original file line number Diff line number Diff line change 101
101
it 'returns all libraries as keys' do
102
102
expect ( subject . libraries . keys ) . to match_array %i[
103
103
colors completions completions_script completions_yaml config
104
- help hooks ini lib settings strings test validations yaml
104
+ help hooks ini lib settings stacktrace strings test validations yaml
105
105
render_markdown render_mandoc
106
106
]
107
107
end
You can’t perform that action at this time.
0 commit comments