dsprenkels / sss-cli

Command line program for secret-sharing strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use getopts instead of clap

dsprenkels opened this issue · comments

Currently, this library does not need a lot of command line parsing features and clap takes makes the binaries a couple of factors larger in size. We should switch to using getopts instead.

Obviously this issue has low priority.