ghtop icon indicating copy to clipboard operation
ghtop copied to clipboard

--pause option

Open Alyetama opened this issue 3 years ago • 0 comments

It seems like the pause option is not included in the latest releases on PyPi.

~ is 📦 v0.1.0 via ⬢ v15.8.0 via 🐘 v7.3.24
➜ ghtop -h
usage: ghtop [-h] [--include_bots] [--types TYPES] [--filt {user,repo,org}]
             [--filtval FILTVAL]
             {tail,quad,users,simple}

positional arguments:
  {tail,quad,users,simple}  Operation mode to run

optional arguments:
  -h, --help                show this help message and exit
  --include_bots            Include bots (there's a lot of them!) (default:
                            False)
  --types TYPES             Comma-separated types of event to include (e.g
                            PushEvent) (default: )
  --filt {user,repo,org}    Filtering method
  --filtval FILTVAL         Value to filter by (for `repo` use format
                            `owner/repo`)
~ is 📦 v0.1.0 via ⬢ v15.8.0 via 🐘 v7.3.24
➜ ghtop simple --pause 1
usage: ghtop [-h] [--include_bots] [--types TYPES] [--filt {user,repo,org}]
             [--filtval FILTVAL]
             {tail,quad,users,simple}
ghtop: error: unrecognized arguments: --pause 1
~ is 📦 v0.1.0 via ⬢ v15.8.0 via 🐘 v7.3.24
➜ pip show ghtop
Name: ghtop
Version: 0.0.8
Summary: See what is happening on GitHub in real time
Home-page: https://github.com/fastai/ghtop/tree/master/
Author: natfriedman
Author-email: [email protected]
License: MIT
Location: /usr/local/lib/python3.9/site-packages
Requires: ghapi, emoji, enlighten, py-dashing, fastcore
Required-by:

Alyetama avatar Feb 16 '21 05:02 Alyetama