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 1fcb671 commit 4b3c3b6Copy full SHA for 4b3c3b6
spec/approvals/examples/custom-includes
@@ -6,10 +6,5 @@ created ./download
6
run ./download --help to test your bash script
7
+ ./download
8
Before custom code
9
----
10
-This is a place to write custom code that is needed by more than
11
-one part of the application.
12
-Under most circumstances, you will not need it, but it is provided
13
-for extra flexibility.
14
+it works
15
After custom code
spec/approvals/examples/minimal
@@ -30,8 +30,7 @@ Arguments:
30
URL to download from
31
32
TARGET
33
- Target filename
34
- Default: same as source
+ Target filename (default: same as source)
35
36
Examples:
37
download example.com
0 commit comments