How to destroy all user sessions via WP-CLI

Sounds like you’re using zsh and CORRECT, see http://zsh.sourceforge.net/Intro/intro_16.html.

You should be able to use unsetopt correct to disable that completely or nocorrect wp ... to disable it for just that command.