fix json bugs and add a cli #2
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Bug
Feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Solarpunk/meowy-webring#2
Loading…
Reference in a new issue
No description provided.
Delete branch "cli"
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?
this pull request adds a cli to the repo and it moves stuff that can be shared between them into a little crate called "shared" which contains the site struct and the load_names function and it contains error handling.
this cli can add, remove, and print out stuff from the names.json file. it uses clap for the cli.