-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Warning messages for pueue remove
#108
Comments
A warning message for removing a bunch of tasks maybe useful: $ pueue remove 5-8
you are trying to remove:
task5, task6, task7, task8
Are you sure to remove tasks?[Y/n] And an error message for removing a task which doesn't exist: $ pueue remove 1111
error: `1111` doesn't exist in the list |
This behavior is already implemented in bash/zsh and most other shells. Simply use
|
|
The implementation of warning messages is tracked in the linked issue. This issue will be marked as resolved |
Is your feature request related to a problem? Please describe.
There are 10 tasks in queue and we want to remove from 5 till 8 or removing specify tasks: 2,9
Describe the solution you'd like
or
The text was updated successfully, but these errors were encountered: