5.3.1.24.16.10. cli.helpers.python_setup.run_cmd

cli.helpers.python_setup.run_cmd(cmd: list[str], cwd: str = '.', dry_run: bool = True) None

Run a command and print execution details.

Parameters:
  • cmd – Command and arguments to execute.

  • cwd – Working directory for command execution.

  • dry_run – If True, print only and do not execute.