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
It would be useful to chain commands. This is primarily to allow you to use beany to connect to a remote beanstalk server, and then run a command on that remote beanstalk sever:
It would also be useful to delete jobs non-interactively:
$ beany delete-ready some_tube
Are you sure you want to delete all ready jobs from the some_tube tube [yn]? y
Deleted 10 ready jobs
$ beany delete-ready some_tube -y
Too many arguments provided
The text was updated successfully, but these errors were encountered:
It would be useful to chain commands. This is primarily to allow you to use
beany
to connect to a remote beanstalk server, and then run a command on that remote beanstalk sever:It would also be useful to delete jobs non-interactively:
The text was updated successfully, but these errors were encountered: