Make NETLOC avaialble to open action commandlines

This commit is contained in:
Kovid Goyal
2024-05-22 14:56:50 +05:30
parent b3ea6526e7
commit c0f820443b
3 changed files with 7 additions and 7 deletions

View File

@@ -64,6 +64,9 @@ some special variables, documented below:
``FRAGMENT``
The fragment (unquoted), if any of the URL or the empty string.
``NETLOC``
The net location aka hostname (unquoted), if any of the URL or the empty string.
``URL_PATH``
The path, query and fragment portions of the URL, without any
unquoting.