The -L parameter for the sketch subcommand does not work as advertised. I get:
sketch: invalid option -- 'L'
Followed by usage message. If I replace -L with the long version of the parameter, --sketch-size-l2, it works fine. I took a brief look at the code and found the getopt struct for this option but didn't immediately see what might be wrong with it.
The
-L
parameter for thesketch
subcommand does not work as advertised. I get:Followed by usage message. If I replace
-L
with the long version of the parameter,--sketch-size-l2
, it works fine. I took a brief look at the code and found the getopt struct for this option but didn't immediately see what might be wrong with it.