whiteprints.copier_run#

Run copier commands.

We use uvx.

Classes#

Copier

Manage the copier command.

Module Contents#

class whiteprints.copier_run.Copier[source]#

Manage the copier command.

property uvx: whiteprints.uvx_run.UVX[source]#

A uvx manager.

Returns:

a uvx manager instance.

Return type:

whiteprints.uvx_run.UVX

copy(
command: collections.abc.Iterable[str],
*,
context: collections.abc.Iterable[str] = (),
trust: bool = False,
) None[source]#

Run a copier command.

Parameters:
Return type:

None