Currently with esgpull, you have the option to retrieve files in the download queue from a specific query
esgpull download <QUERY_ID>
or all files from all queries that are ready to go
esgpull download
I was wondering if there could be an option to download multiple specific queries instead of everything possible.
i.e.
esgpull download <QUERY_ID_1> <QUERY_ID_2> <QUERY_ID_3> ...