diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-11 21:11:55 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-11 21:11:55 (EDT) |
commit | b27f21996ba3e079f46dabaa42e985c15574bd40 (patch) | |
tree | 1c1136e4f085f19648327e1da2139ad447e9e6d4 | |
parent | d283d62bcd67c0d3ca5a72128e87cffc68ddbe7a (diff) |
TODO: Add library argument handling task
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ Tasks * Internationalize "Error:" and "Warning:" in `ob_error()` and `ob_warn()`. * In executables, print error (using `printf`) and exit if `ob_set_text_domain()` fails. + * Make `set -e` and drop `return 125` from library functions. `shift` + arguments, and exit (with `kill`) if `shift` returns non-zero (POSIX only + says the shell "may exit"). Copyright --------- |