Skip to content

Commit 2f6abcf

Browse files
committed
deploy: c249eba
1 parent c5c3b1b commit 2f6abcf

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

dev/src/uu_expand/expand.rs.html

+11-3
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,10 @@
510510
<span id="504">504</span>
511511
<span id="505">505</span>
512512
<span id="506">506</span>
513+
<span id="507">507</span>
514+
<span id="508">508</span>
515+
<span id="509">509</span>
516+
<span id="510">510</span>
513517
</pre><pre class="rust"><code><span class="comment">// This file is part of the uutils coreutils package.</span>
514518
<span class="comment">//</span>
515519
<span class="comment">// (c) Virgile Andreani &lt;virgile.andreani@anbuco.fr&gt;</span>
@@ -808,19 +812,23 @@
808812
.<span class="ident">value_name</span>(<span class="string">&quot;N, LIST&quot;</span>)
809813
.<span class="ident">takes_value</span>(<span class="bool-val">true</span>)
810814
.<span class="ident">multiple_occurrences</span>(<span class="bool-val">true</span>)
811-
.<span class="ident">help</span>(<span class="string">&quot;have tabs N characters apart, not 8 or use comma separated list of explicit tab positions&quot;</span>),
815+
.<span class="ident">help</span>(
816+
<span class="string">&quot;have tabs N characters apart, not 8 or use comma separated list \
817+
of explicit tab positions&quot;</span>,
818+
),
812819
)
813820
.<span class="ident">arg</span>(
814821
<span class="ident">Arg::new</span>(<span class="ident">options::NO_UTF8</span>)
815822
.<span class="ident">long</span>(<span class="ident">options::NO_UTF8</span>)
816823
.<span class="ident">short</span>(<span class="string">&#39;U&#39;</span>)
817824
.<span class="ident">help</span>(<span class="string">&quot;interpret input file as 8-bit ASCII rather than UTF-8&quot;</span>),
818-
).<span class="ident">arg</span>(
825+
)
826+
.<span class="ident">arg</span>(
819827
<span class="ident">Arg::new</span>(<span class="ident">options::FILES</span>)
820828
.<span class="ident">multiple_occurrences</span>(<span class="bool-val">true</span>)
821829
.<span class="ident">hide</span>(<span class="bool-val">true</span>)
822830
.<span class="ident">takes_value</span>(<span class="bool-val">true</span>)
823-
.<span class="ident">value_hint</span>(<span class="ident">clap::ValueHint::FilePath</span>)
831+
.<span class="ident">value_hint</span>(<span class="ident">clap::ValueHint::FilePath</span>),
824832
)
825833
}
826834

dev/uu_expand/fn.uu_app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
</a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In uu_expand</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../uu_expand/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><button type="button" id="help-button" title="help">?</button><div id="settings-menu" tabindex="-1">
66
<a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div>
77
</div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
8-
<h1 class="fqn"><span class="in-band">Function <a href="index.html">uu_expand</a>::<wbr><a class="fn" href="#">uu_app</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/uu_expand/expand.rs.html#279-313">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub fn uu_app&lt;'a&gt;() -&gt; Command&lt;'a&gt;</code></pre></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="uu_expand" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.63.0 (4b91a6ea7 2022-08-08)" ></div>
8+
<h1 class="fqn"><span class="in-band">Function <a href="index.html">uu_expand</a>::<wbr><a class="fn" href="#">uu_app</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/uu_expand/expand.rs.html#279-317">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub fn uu_app&lt;'a&gt;() -&gt; Command&lt;'a&gt;</code></pre></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="uu_expand" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.63.0 (4b91a6ea7 2022-08-08)" ></div>
99
</body></html>

dev/uu_expand/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</a><h2 class="location"><a href="#">Crate uu_expand</a></h2><div class="sidebar-elems"><div class="block"><ul><li class="version">Version 0.0.15</li><li><a id="all-types" href="all.html">All Items</a></li></ul></div><section><div class="block"><ul><li><a href="#modules">Modules</a></li><li><a href="#functions">Functions</a></li></ul></div></section></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../uu_expand/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><button type="button" id="help-button" title="help">?</button><div id="settings-menu" tabindex="-1">
66
<a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div>
77
</div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
8-
<h1 class="fqn"><span class="in-band">Crate <a class="mod" href="#">uu_expand</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/uu_expand/expand.rs.html#12-506">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><h2 id="modules" class="small-section-header"><a href="#modules">Modules</a></h2>
8+
<h1 class="fqn"><span class="in-band">Crate <a class="mod" href="#">uu_expand</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/uu_expand/expand.rs.html#12-510">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><h2 id="modules" class="small-section-header"><a href="#modules">Modules</a></h2>
99
<div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="mod" href="options/index.html" title="uu_expand::options mod">options</a></div><div class="item-right docblock-short"></div></div></div><h2 id="functions" class="small-section-header"><a href="#functions">Functions</a></h2>
1010
<div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.uu_app.html" title="uu_expand::uu_app fn">uu_app</a></div><div class="item-right docblock-short"></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.uumain.html" title="uu_expand::uumain fn">uumain</a></div><div class="item-right docblock-short"></div></div></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="uu_expand" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.63.0 (4b91a6ea7 2022-08-08)" ></div>
1111
</body></html>

0 commit comments

Comments
 (0)