Skip to content
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

Bug: --notes="" errors / impossible to set an empty reminder body #85

Open
chrisgrieser opened this issue Jun 13, 2024 · 0 comments
Open

Comments

@chrisgrieser
Copy link

It's not possible to add (or edit) a reminder, where you set the reminder body to an empty string.

> reminders add "Tasks" --due-date="today" "foobar" --notes=""
Error: Missing value for '--notes <notes>'

While in the case of reminders add you could just leave out the --notes="", in the case of reminder edit, this makes it impossible to remove an existing reminder body. Also, this makes writing small scripts a bit annoying, since you need to always validate that the body is not empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant