-
Notifications
You must be signed in to change notification settings - Fork 17
[FEATURE] Add new option -m for minimal mode #66
Copy link
Copy link
Open
Labels
CRequires a C code changeRequires a C code changeenhancementNew feature or requestNew feature or requesthacktoberfestThis issue qualifies for the hacktoberfest eventThis issue qualifies for the hacktoberfest eventhelp wantedExtra attention is neededExtra attention is neededup for grabsThis issue is available to takeThis issue is available to take
Description
Metadata
Metadata
Assignees
Labels
CRequires a C code changeRequires a C code changeenhancementNew feature or requestNew feature or requesthacktoberfestThis issue qualifies for the hacktoberfest eventThis issue qualifies for the hacktoberfest eventhelp wantedExtra attention is neededExtra attention is neededup for grabsThis issue is available to takeThis issue is available to take
Is your feature request related to a problem? Please describe
In some cases, a more minimal output is desired without the numbers and count display. This is useful for certain use cases such as piping the output into other commands.
Describe the solution you'd like
Add a new option
-mwhich when included removes the following:watching 10 anime)9.)The end result should simply be a newline separated list of anime titles.
Additional context
Please read through the Contributing to the Project document before working on this project.