make printing less complicated and refactor cli #5
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Bug
Feature
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Solarpunk/meowy-webring#5
Loading…
Reference in a new issue
No description provided.
Delete branch "improvements"
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?
i made printing less complicated by making printing both the name and
the url with the seperator the default option and using both those flags
at the same time should do the same thing as just printing without any
flags.
i also refactored commands into their own module folder with each
command getting their own file module.
@ -8,0 +10,4 @@
short,
help = "a seperator string to seperate the url from the name. defaults to : with a space after that."
)]
pub(crate) seperator: Option<String>,
Separator is spelled wrong throughout, fyi :)