diff options
-rw-r--r-- | TODOs.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -34,7 +34,14 @@ See `man man.1` for reference. ## TODO Use `hunspell` for checking spelling mistakes in translations {#task-4ae91595-6e6d-be17-d882-754a478da878} - TODO in 2021-06-21 -## TODO Consider `-?` flag for showing the help message {#task-fbc4e2cc-b9e0-53e2-6b0a-8ec118962046} +## CANCELLED Consider `-?` flag for showing the help message {#task-fbc4e2cc-b9e0-53e2-6b0a-8ec118962046} +- CANCELLED in 2021-06-21 + + It may have been true and conventional historically, but neither [POSIX], nor [TAOUP], nor [Conventions for Command Line Options] instruct that. + + [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html + [TAOUP]: http://www.catb.org/~esr/writings/taoup/html/ch10s05.html + [Conventions for Command Line Options]: https://nullprogram.com/blog/2020/08/01/ - TODO in 2021-06-21 ## TODO Use `getopts` in `aux/workflow/manpages.sh` {#task-9ee2bbc8-295f-52b7-4104-483869bad017} |