- pretty-print output command list (e.g. 'list-all')
- add dewi.utils.archive, which contains an UnZip class to (partially) unzip
.zip files
- if a command is mistyped or non-existing, print at most 6 similar command
names, or list all of them
- dewi_commands.common.images.filedb: add rollback() method to FileDatabase
- dewi_core.context: Context got 'dewi_commands.commands' and 'command_registry'
properties, and always contains the corresponding 'dewi_commands.commands' and
'commandregistry' fields
- introduce dewi_core.logger module, log_debug, log_info, etc. can be used