CHANGED: Moved from @ARGV-parsing to Getopt::Long, adding options is now

much easier and I do now understand my own code ;-)
ADDED:          --raw, the "Raw Mode", which turns off any formatting of output.
This commit is contained in:
TLINDEN
2012-02-10 20:14:49 +01:00
parent 5b54b5f822
commit 332db5a3dd
4 changed files with 226 additions and 195 deletions

View File

@@ -1,5 +1,12 @@
==================================================================================
1.0.4:
CHANGED: Moved from @ARGV-parsing to Getopt::Long, adding options is now
much easier and I do now understand my own code ;-)
ADDED: --raw, the "Raw Mode", which turns off any formatting of output.
==================================================================================
1.0.3:
ADDED: "-" works also for --dump, but in the other direction. It causes
note to dump to standard output instead into a file.