Hey, As far as I understood, I can pass arguments to the worker like this: ``` cli sidekiq-client push MyWorker args[1,2] ``` The problem with that is because I'm getting `zsh: no matches found: args[1,2]` . I'm using Oh-my-Zsh. Am I doing something wrong?