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 87bb9d2 commit 69b54f4Copy full SHA for 69b54f4
examples/filters/README.md
@@ -90,13 +90,5 @@ Redis must be running (fake)
90
91
```
92
93
-### `$ echo $?`
94
-
95
-```shell
96
-0
97
98
99
-```
100
101
102
examples/filters/test.sh
@@ -8,4 +8,3 @@ bashly generate
8
9
./cli container sample-id
10
./cli redis
11
-echo $?
spec/approvals/examples/filters
@@ -13,5 +13,3 @@ args:
13
- ${args[id]} = sample-id
14
+ ./cli redis
15
Redis must be running (fake)
16
-+ echo 1
17
-1
0 commit comments