dschep / ntfy

🖥️📱🔔 A utility for sending notifications, on demand and when commands finish.
http://ntfy.rtfd.io
GNU General Public License v3.0
4.83k stars 214 forks source link

unrecognized arguments: --pid #217

Open ntomita opened 4 years ago

ntomita commented 4 years ago

Hi, ntfy in my environment doesn't recognize pid parameter. Any idea why this happens? I use: ntfy: 2.7.0 python: 3.6.10 ubuntu: 20.04

And here's exactly what I get:

$ ntfy done --pid 446307
usage: ntfy [-h] [-c CONFIG] [-b BACKEND] [-o key value]
            [-l {CRITICAL,ERROR,WARNING,INFO,DEBUG}] [-v] [-q] [--version]
            [-t TITLE]
            {send,done,shell-integration} ...
ntfy: error: unrecognized arguments: --pid
twouters commented 1 month ago

probably no longer needed, but you have to install ntfy[pid] (pip install ntfy[pid])