Piotr Czajkowski
Piotr Czajkowski
The other option I see would be to pass delimited list of files to `-provider`, like `-provider "provider.json,provider2.json,provider3.json,provider4.json`. And then process it using `strings.Split`. But it's ugly and less user-friendly,...
I believe first thing, adding protocol, would be hard as it's not so clear today if **https** or **http** should be added. Especially that the app already follows redirects, so...
It's already being done if called with Domain option `if opts.Domain { fmt.Println(strings.TrimRight(a, ".")) }`, so it may be worth changing the other case for consistency sake?
Implemented #10.