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
Indexing is not intuitive for users.
called delete_task 1 but error message shows "invalid index. task with index 2 does not exist."
This is especially confusing because your UG usually references the indexes starting from 1,2,3... but your commands use the zero-based-indexing
The text was updated successfully, but these errors were encountered:
Fixed in #211, documentation should reflect that we use zero-based indexing.
Sorry, something went wrong.
Issue solved now error is also 0-based index. Added in documentation that it is zero-based indexing as well.
Kyzure
No branches or pull requests
Indexing is not intuitive for users.
called delete_task 1 but error message shows "invalid index. task with index 2 does not exist."
This is especially confusing because your UG usually references the indexes starting from 1,2,3...
but your commands use the zero-based-indexing
[original: kwekke/ped#6]
The text was updated successfully, but these errors were encountered: