ferrosoft.ops.commands package¶
- ferrosoft.ops.commands.run(*args, **kwargs)[source]¶
Run is like subprocess.run, except it logs the command to stdout, and it enables exit code check by default.
- Return type:
Run is like subprocess.run, except it logs the command to stdout, and it enables exit code check by default.