Refactored code which will break previous versions if this is conflicting. Most changes are in the background and will not be seen by the user.
- A bit more DRY approach to the main function and moved large parts of the parse- and decoding responsibilities to own packages
- Removed flags that didn't have any impact on the end result (such as
append
) - Updated README
- Removed test-suite since they didn't actually do anything, will be rewritten in next release
- Added build version during compilation time, can be accessed through the
--version
flag