libelektra
libelektra copied to clipboard
kdb: RETURN VALUES inconsistent
Not every command only uses return codes from 10 and up.
- [ ] kdb-plugin-check.md
- [ ] kdb-plugin-info.md
- [ ] kdb-meta-get.md
- [ ] kdb-meta.show.md
- [ ] kdb-(c)merge.md
See doc/help/kdb.md tools are only allowed to have error codes >10.
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue. Thank you for your contributions :sparkling_heart:
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue. Thank you for your contributions :sparkling_heart:
I think this does not get resolved by a reimplementation without fixing the problems in the man pages first.
Probably it makes sense that you first create a PR with changes to the man pages (doc/help) so that the new behavior is fully described. As new-backend is a development branch, we can even merge such PRs, even if its inconsistent with the implementation (in the master branch we would not allow this).