Aardwolf-Social / aardwolf

Powering connected social communities with open software.
GNU Affero General Public License v3.0
477 stars 40 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).