Ignore some tables using Liquibase pro to compare database schema

When I compare two databases schemas using Liquibase pro, I wanted to filter out some tables which started with ‘zz’ or ‘con’ in name and case insensitive.
Here are my argument in command line:

liquibase --diffTypes=tables,indexes,columns diff —excludeObjects=“zz*,(i?)con*”

I got error of command not found.

Can you share the log with the exact error message?