We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you want to request a feature or report a bug?
A feature
What is the current behavior?
todo rm allows only one argument
What is the expected behavior?
I'd like to be able to do : todo rm 4 12 19
todo rm 4 12 19
Which versions todo.sh are you using?
Run todo.sh -V
todo.sh -V
2.12.0
Which Operating System are you using?
Ubuntu 22.04.1 LTS
Which version of bash are you using?
Run bash --version
bash --version
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
The text was updated successfully, but these errors were encountered:
I have add-on actions that extend the built-in del and rm commands:
del
rm
Sorry, something went wrong.
No branches or pull requests
Do you want to request a feature or report a bug?
A feature
What is the current behavior?
todo rm allows only one argument
What is the expected behavior?
I'd like to be able to do :
todo rm 4 12 19
Which versions todo.sh are you using?
2.12.0
Which Operating System are you using?
Ubuntu 22.04.1 LTS
Which version of bash are you using?
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
The text was updated successfully, but these errors were encountered: