make printing less complicated and refactor cli #5

Merged
Fries merged 2 commits from improvements into main 2023-07-03 23:20:54 +00:00
Member

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.

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.
Fries added 1 commit 2023-07-03 08:29:55 +00:00
82e8f68862 make printing less complicated and refactor cli
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.
vv reviewed 2023-07-03 10:14:56 +00:00
@ -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>,
Owner

Separator is spelled wrong throughout, fyi :)

Separator is spelled wrong throughout, fyi :)
Fries marked this conversation as resolved
Fries added 1 commit 2023-07-03 23:20:03 +00:00
d6a763a90b change spelling of seperator to separator
looks like i spelt that wrong..
Fries merged commit ac93e8e0eb into main 2023-07-03 23:20:54 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Solarpunk/meowy-webring#5
No description provided.