ops.sh is now deprecated, used tools.sh and __tools to load
consoleFoo -n is deprecated and was removed. To skip newlines use printf "%s" "$(consoleCode "$word")"
Started _arguments work
Tools are loaded from a list in bin/build/tools/tools.conf
_return is no longer duplicated in _sugar and is part of tools.sh - if you use _sugar.sh in your projects
ensure a copy of _return is available or add one.
_code code has been made more compact
_integer and _boolean are part of _sugar.sh
identical-repair.sh supports a singles file located in identical/singles.txt by default
--skip-exit-save removed from assert-related functions
__consoleEscape no longer support -n
Depends: comment in headers removed as it was not updated.