You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glob patterns can be used, i.e. --exclude=foo-.php
Simple glob patterns can be used, i.e. --include=foo-.php
The shell (tries to) glob this prematurely and this can lead to unexpected results if these exist in the current working directory. To prevent that and get the glob handling by wp cli, it would have to be --include="foo-*.php" ?