docs/versions/6.2.0/rules/lib/cmd_helper.mdx
Deprecated. Module for creating memory efficient command lines.
<h2>Members</h2> <ul> <li> <a href="#join_paths">join_paths</a> </li> </ul> <h2 id="join_paths">join_paths</h2>
<p><pre class="rule-signature"><a class="anchor" href="string.html">string</a> cmd_helper.join_paths(separator, files)</pre></p>
Deprecated. Creates a single command line argument joining the paths of a set of files on the separator string.
<!-- hide-from-toc is a class used by DevSite for the public Bazel site
(https://developers.google.com/devsite/reference/styles/headings#hide_headings_from_the_toc) -->
<h3 class="hide-from-toc">Parameters</h3>
<table class="table table-bordered table-condensed table-params">
<colgroup>
<col class="col-param">
<col class="param-description">
</colgroup>
<thead>
<tr>
<th>Parameter</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td id="join_paths.separator">
<code>separator</code>
</td>
<td>
required
the separator string to join on.
</td>
</tr>
<tr>
<td id="join_paths.files">
<code>files</code>
</td>
<td>
required
the files to concatenate.
</td>
</tr>
</tbody>
</table>