ntfy icon indicating copy to clipboard operation
ntfy copied to clipboard

unrecognized arguments: --pid

Open ntomita opened this issue 5 years ago • 1 comments

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

ntomita avatar Oct 06 '20 18:10 ntomita

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

twouters avatar Aug 30 '24 12:08 twouters