Closed jimaek closed 1 year ago
@jimaek I think this syntax is already supported in both the chatbot and the cli. We split on the comma separator and send to the GP api as multiple locations. You can try this in both clients: ping google.com -L 10 --from OVH+FR,Google+US
, it returns a mix of results from OVH+FR and Google+US
That's weird, I swear I tested it before opening the issue and got an error. Let me retest everything
Currently we can do
from OVH+PL
andfrom OVH,Google
but how about:from OVH+PL,Google+PL
because I want to get replies from both Google and OVH in Poland.
Is it possible, any thoughts?
If its doable we should do it for the CLI too