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 e66bb17 commit 2dda9dcCopy full SHA for 2dda9dc
README.md
@@ -119,12 +119,18 @@ links. However, it can do more.
119
120
## External links
121
122
-Hyperlink does not know how to check external links, but it gives you some tools to extract them.
+Hyperlink does know how to check external links, but it gives you some tools to
123
+extract them. Output is just the external URLs, separated by newline.
124
125
```
126
hyperlink dump-external-links build/
-# http://example.com/myurl
127
-# ...
+```
128
+
129
+Output:
130
131
132
+http://example.com/myurl
133
+...
134
135
136
This allows you to plug in your own logic that fits the requirements for your
0 commit comments