erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Fix issue with `hex cut` when no `-i` option is given (#316) #317

Closed saleyn closed 1 year ago

saleyn commented 1 year ago

The -i (increment) option is documented as optional but when not passed, it crashes hex cut. This fix makes it optional.

starbelly commented 1 year ago

This looks good, CI failure is unrelated but cut currently isn't covered anyway, so will YOLO merge this one. Thanks! ❤️