Fix all clippy warnings and migrate CLI to clap #1
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_foundry!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