ooni-probe-cli/internal/cli
Simone Basso cfd3b8f9b2
feat(cli/run): read inputs from file/cmdline (#180)
This diff introduces the possibility of specifying --input-file file
multiple times to force ooniprobe to read inputs from file.

Like we do for miniooni, the file shall contain a single entry per
line and this entry should be a URL for websites.

Likewise, one can specify --input URL multiple times.

This implementation is a very simple, initial implementation and there
is a bunch of changes I'd like to add on top of it.

And also perhaps a bunch of cleanups.

I've chosen to expose these flag _only_ for websites for now.

Part of https://github.com/ooni/probe/issues/1283.
2020-12-01 07:21:33 +01:00
..
app refactor: version is now an internal package (#167) 2020-11-13 17:37:06 +01:00
geoip feat(geoip, info): write comprehensive unit tests 2020-11-20 12:19:51 +01:00
info feat(geoip, info): write comprehensive unit tests 2020-11-20 12:19:51 +01:00
list refactor(ooni): introduce interfaces for testability 2020-11-20 12:19:51 +01:00
onboard feat: use ooni/probe-engine@286613b74e and cleanup (#177) 2020-11-26 18:48:20 +01:00
reset refactor(ooni): introduce interfaces for testability 2020-11-20 12:19:51 +01:00
rm refactor(ooni): introduce interfaces for testability 2020-11-20 12:19:51 +01:00
root feat(geoip, info): write comprehensive unit tests 2020-11-20 12:19:51 +01:00
run feat(cli/run): read inputs from file/cmdline (#180) 2020-12-01 07:21:33 +01:00
show refactor(ooni): introduce interfaces for testability 2020-11-20 12:19:51 +01:00
upload Write to output when a function is not implemented 2018-06-25 13:19:54 +02:00
version refactor: run go fmt ./... (#169) 2020-11-13 18:42:10 +01:00