lite2do 1.1.0
2009-03-05 by , tagged as
lite2do 1.1.0 has been released, introducing various usability improvements and a few bugfixes. See the complete list of changes below.
Usability Improvements
- Wrong command-line option no longer terminates the script and an appropriate warning message is displayed instead.
- Implemented
--quiet
and--verbose
options. - Modified coloured output settings and implemented
--plain
option as a counterpart to--colour
. - Made it possible to change group the task belongs to.
- Added short variants of frequently used commands.
- Added
README
file with usage information for those who are unable or lazy to read the manual page.
Bug Fixes
- Fixed command parser:
add
command no longer accepts group name without any argument. - Made all functions return proper values as a confirmation of their successful performance; for the future maintainability.
- Made all functions report missing arguments; for easier debugging.