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 52073cc commit 80f2031Copy full SHA for 80f2031
1 file changed
examples/stacktrace/README.md
@@ -13,8 +13,7 @@ $ bashly generate
13
$ bashly generate
14
```
15
16
-<!-- include: src/initialize.sh -->
17
-<!-- include: src/root_command.sh -->
+<!-- include: src/initialize.sh src/root_command.sh -->
18
19
-----
20
@@ -56,6 +55,14 @@ set -o errtrace
56
55
57
````
58
+## `src/root_command.sh`
59
+
60
+````bash
61
+## trigger an error by calling a function that does not exist
62
+no_such_command
63
64
+````
65
66
67
## Output
68
0 commit comments