Notice the many commas in the argument to -c. That should cause an error, but it seems the --note option incorrectly treats the block of commas as a single separator.
I noticed this while working on #206 but back then I didn't quite understand the bug and already had my hands full.
I don't really like note-taking in scrot, both the code and the feature from its presence to the syntax it uses.
Consider the following invocation:
Notice the many commas in the argument to
-c
. That should cause an error, but it seems the--note
option incorrectly treats the block of commas as a single separator.I noticed this while working on #206 but back then I didn't quite understand the bug and already had my hands full.
I don't really like note-taking in scrot, both the code and the feature from its presence to the syntax it uses.