Add missing options from @anadahz feedback

This commit is contained in:
Arturo Filastò 2019-12-02 12:58:18 +02:00 committed by GitHub
parent 5486f6db93
commit e4ff1fe89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,14 @@
Supported: ✅ Supported: ✅
probe-cli equivalent: `-h, --help` probe-cli equivalent: `-h, --help`
`--version` Display the version exit
Supported: ✅
probe-cli equivalent: `ooniprobe version`
`-v, --verbose` Enable verbose log output
Supported: ✅
probe-cli equivalent: `ooniprobe -v`
`-n, --no-collector` Disable writing to collector `-n, --no-collector` Disable writing to collector
Supported: ❌ Supported: ❌
Priority: high Priority: high
@ -70,6 +78,10 @@ Priority: wontfix, we don't support any other backend beyond https, yet we will
and we would prefer to have the logic of reporting be managed by the probe and we would prefer to have the logic of reporting be managed by the probe
itself and not expose this setting. itself and not expose this setting.
`-Q, --queue`, AMQP Queue URL. amqp://user:pass@host:port/vhost/queue
Supported: ❌
Priority: wontfix
# Features # Features
* Run a test deck * Run a test deck