sidekiq-client-cli
sidekiq-client-cli copied to clipboard
Passing arguments using ZSH
Hey,
As far as I understood, I can pass arguments to the worker like this:
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?
Hi, no right now no args can be passed to the worker
Got it. Any support on the roadmap?
I don't really have much time for this as the moment as I have mostly switched to Node.js development, but it shouldn't be too complex, feel free to take a crack at it and open a pull request :)
Cool, will take a look when I got time :)
Pull Request that solves this issue: https://github.com/didil/sidekiq-client-cli/pull/16 The repository that implemented the above PR: https://github.com/zzvvmm/sidekiq-client-cli