mycognosist / solar

A minimal Secure Scuttlebutt replication node.
Other
20 stars 2 forks source link

Migrate CLI from `structopt` to `clap` #60

Closed mycognosist closed 1 year ago

mycognosist commented 1 year ago

structopt is in maintenance mode and clap has supported a custom derive macro since v3.

I will probably perform this change will working on the configuration refactor (https://github.com/mycognosist/solar/issues/55).

clap Derive Tutorial