Add job summary output for pully commands
I'm looking for a quick one- or two-liner that summarizes the output of a pully command, be it `pull`, `run`, or something else.
Some examples:
- Ansible has an output like this at the end of every playbook:
```
PLAY RECAP *********************************************************************
localhost : ok=3 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0
```
- pytest shows an output like this:
```
======================== 22 passed, 1 skipped in 0.97s =========================
```
issue