We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f17079 commit b94baf2Copy full SHA for b94baf2
2 files changed
spec/approvals/cli/add/list
@@ -42,6 +42,9 @@ settings
42
Copy a sample settings.yml file to your project, allowing you to customize
43
some bashly options.
44
45
+stacktrace
46
+ Add a function that shows stacktrace on error.
47
+
48
strings
49
Copy an additional configuration file to your project, allowing you to
50
customize all the tips and error strings.
spec/bashly/library_source_spec.rb
@@ -101,7 +101,7 @@
101
it 'returns all libraries as keys' do
102
expect(subject.libraries.keys).to match_array %i[
103
colors completions completions_script completions_yaml config
104
- help hooks ini lib settings strings test validations yaml
+ help hooks ini lib settings stacktrace strings test validations yaml
105
render_markdown render_mandoc
106
]
107
end
0 commit comments