Module build.toolchain.utils

Utilities for toolchain modules.

Note: This module is not part of public API!

Functions

execute (...) Runs a command displaying its execution on standard output.
push_flags (tab, flag, values, variables) Pushes the flag with values into the given table tab and substitutes all variables in values.


Functions

execute (...)
Runs a command displaying its execution on standard output.

Parameters:

  • ... string The command and arguments.

Returns:

    bool true if command succeeds (status code 0), false otherwise.
push_flags (tab, flag, values, variables)
Pushes the flag with values into the given table tab and substitutes all variables in values.

Parameters:

generated by LDoc 1.4.6