Skip to content

Release v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 22:28
dc3bd57

Added

  • Command line argument parsing is now done with clap, which adds a --help and --version argument.

Fixed

  • Source and destination file must be different from each other. Before, it was possible to choose the same file as source and destination file.
    This could lead to some unexpected behavior, where the file was changed, while it got read.