1.1.17.5.3. cli.helpers.spr.SubprocessResult
- class cli.helpers.spr.SubprocessResult(returncode: int = 1, out: str = '', err: str = '')
Subprocess result
- __init__(returncode: int = 1, out: str = '', err: str = '') None
Methods
__init__
([returncode, out, err])Attributes
err
standard error of the process
out
standard out of the process
returncode
returncode of the process