Fix all clippy warnings and migrate CLI to clap #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "clippy-fixes-and-clap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix 40+ clippy warnings across the codebase:
Migrate CLI argument parsing from hand-rolled to clap:
Passes cargo clippy --all-targets --all-features with zero warnings.
- Integrate `dav-server` for WebDAV handling - Add `--webdav-storage` CLI arg to `heroforge-server` - Serve WebDAV at `/webdav/{context}/` with local storage - Implement `COPY` method for WebDAV client - Update help messages and Makefile for WebDAV