IMPORTANT: The Bazel docs have moved! Please update your bookmark to https://bazel.build/rules/lib/cmd_helper

You can read about the migration, and let us know what you think.

Extensions > API reference > cmd_helper

cmd_helper

Deprecated. Module for creating memory efficient command lines.

Members

join_paths

string cmd_helper.join_paths(separator, files)

Deprecated. Creates a single command line argument joining the paths of a set of files on the separator string.

Parameters

Parameter Description
separator required
the separator string to join on.
files required
the files to concatenate.