todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.55k stars 712 forks source link

FIX: Use standard error for die(), dieWithHelp(), and error messages #404

Open inkarkat opened 1 year ago

inkarkat commented 1 year ago

Before submitting a pull request, please make sure the following is done:

chrysle commented 1 year ago

Could you help me out how to use this PR as a base for mine? I can't find any description concerning this.

inkarkat commented 1 year ago

@chrysle There's still a long queue of PRs waiting to be merged, so I don't think it's worth the effort to properly base your changes on mine. Just add the >&2 to the die() function manually, and the completion test should pass again (but other tests that I've adapted in this PR will fail). As long as this PR gets merged before your, everything will be fine ;-)