zut.process.run_process
- zut.process.run_process(cmd: str | PathLike | bytes | list[str | PathLike | bytes], *, encoding: Literal['bytes'], capture_output: bool | Literal['rstrip', 'strip'] | None = None, check: int | Sequence[int] | bool = False, sudo=False, shell=False, env: dict[str, Any] | None = None, stdout: Literal['disable', 'raise', 'warning', 'error'] | None = None, stderr: Literal['disable', 'raise', 'warning', 'error'] | None = None, input: str | None = None, logger: Logger | None = None) CompletedProcess[bytes]
- zut.process.run_process(cmd: str | PathLike | bytes | list[str | PathLike | bytes], *, encoding: Literal['utf-8', 'cp1252', 'unknown'] | None = None, capture_output: bool | Literal['rstrip', 'strip'] | None = None, check: int | Sequence[int] | bool = False, sudo=False, shell=False, env: dict[str, Any] | None = None, stdout: Literal['disable', 'raise', 'warning', 'error'] | None = None, stderr: Literal['disable', 'raise', 'warning', 'error'] | None = None, input: str | None = None, logger: Logger | None = None) CompletedProcess[str]