Aardwolf-Social / aardwolf-social

Powering connected social communities with open software.
https://aardwolf.social
GNU Affero General Public License v3.0
485 stars 44 forks source link

Upgrade clap and config #281

Closed nicholasguyett closed 1 year ago

nicholasguyett commented 1 year ago

Updates the clap and config crates as well as resolves the resulting errors.

Removes the yaml args config in favor of in-code declaration of parameters, using derive.

Adds additional tests for the binaries (may not work, but I didn't want to delete my co-contributor's changes without confirming).