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 652d32d commit f9d0b9cCopy full SHA for f9d0b9c
scripts/update_readme_methods.sh
@@ -15,13 +15,13 @@ head -n "${curl_max_line_number}" "src/Curl/Curl.php" | \
15
egrep "^ .* function .*" | \
16
egrep "^ public" | \
17
sort | \
18
- perl -pe 's/^ public (.* )?function /Curl::/' | \
19
- tee -a "README.md"
+ perl -pe 's/^ public (.* )?function /Curl::/' \
+ >> "README.md"
20
egrep "^ .* function .*" "src/Curl/MultiCurl.php" | \
21
22
23
- perl -pe 's/^ public (.* )?function /MultiCurl::/' | \
24
+ perl -pe 's/^ public (.* )?function /MultiCurl::/' \
25
echo '```' >> "README.md"
26
echo >> "README.md"
27
0 commit comments