blob: 6cef772d20ca90c6c42b97881dc21833943f7d21 [file]
<html devsite>
<head>
<meta name="project_path" value="/_project.yaml">
<meta name="book_path" value="/versions/6.0.0/_book.yaml">
</head>
<body>
<h1 class="page-title" id="modules.cmd_helper">cmd_helper</h1>
<!-- {% raw %} -->
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<br/>
the separator string to join on.
</td>
</tr>
<tr>
<td id="join_paths.files">
<code>files</code>
</td>
<td>
required<br/>
the files to concatenate.
</td>
</tr>
</tbody>
</table>
</body>
</html>
<!-- {% endraw %} -->