crypto-enigma-hs icon indicating copy to clipboard operation
crypto-enigma-hs copied to clipboard

Fix formatting of CLI encoding

Open orome opened this issue 5 years ago • 1 comments

The behavior of encode does not match the documentation:

  • the -f flag is not recognized, and
  • output is broken into blocks of 4 by default (as if -f had been provided).

To fix:

  • [x] first change documentation and cli hep to match behavior, then
  • [ ] implement a flag for formatting in blocks of 4 and make unblocked the default.

orome avatar May 03 '19 15:05 orome

Documentation fixed in bddc0fc1.

orome avatar May 06 '19 14:05 orome