lanrat / czds

simple golang API and tools to interact with czds.icann.org
https://pkg.go.dev/github.com/lanrat/czds
GNU General Public License v3.0
72 stars 14 forks source link

Feature request: provide zone download list #8

Closed drscream closed 2 years ago

drscream commented 2 years ago

I know this is a feature request and not a bug report and if I got the understanding of Go I might add a pull request. But for now I will create this as a tracking request if this might be an option to add.

For me, as a user, I would like to download multiple zones provided as a newline or comma separated list. This could be possible by the following options:

$ czds-dl -zone ./newline-separated-list

or maybe:

$ czds-dl -zone example1,example2,example3

What do you think as the author of this tool?

lanrat commented 2 years ago

Thanks for the suggestion.

You can now pass a list of zones to czds-dl with the -zone flag in v1.0.5.

To be backwards compatible, I left the flag name -zone even though it now support multiple zones.