Hello everyone.

I'm trying to perform the equivalent of an ipa group-find command directly in python.

So I use the api.Command :
api.Command[command](**params)

What I would like to know is which parameter should I use if I am searching for groups for which the name ends with the string "_toto" ?

Best regards.

Lune