Skip to content

Commit 284af85

Browse files
committed
deploy: c249eba
1 parent abdb622 commit 284af85

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

user/print.html

+8
Original file line numberDiff line numberDiff line change
@@ -5563,6 +5563,14 @@ <h2 id="options-68"><a class="header" href="#options-68">Options</a></h2>
55635563
<dd>
55645564
<p>canonicalize by following every symlink in every component of the given name recursively, without requirements on components existence</p>
55655565
</dd>
5566+
<dt><code>--relative-to=&lt;DIR&gt;</code></dt>
5567+
<dd>
5568+
<p>print the resolved path relative to DIR</p>
5569+
</dd>
5570+
<dt><code>--relative-base=&lt;DIR&gt;</code></dt>
5571+
<dd>
5572+
<p>print absolute paths unless paths below DIR</p>
5573+
</dd>
55665574
<dt></dt>
55675575
<dd>
55685576
</dd>

user/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

+1-1
Large diffs are not rendered by default.

user/utils/realpath.html

+8
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,14 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
217217
<dd>
218218
<p>canonicalize by following every symlink in every component of the given name recursively, without requirements on components existence</p>
219219
</dd>
220+
<dt><code>--relative-to=&lt;DIR&gt;</code></dt>
221+
<dd>
222+
<p>print the resolved path relative to DIR</p>
223+
</dd>
224+
<dt><code>--relative-base=&lt;DIR&gt;</code></dt>
225+
<dd>
226+
<p>print absolute paths unless paths below DIR</p>
227+
</dd>
220228
<dt></dt>
221229
<dd>
222230
</dd>

0 commit comments

Comments
 (0)