diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-30 16:13:40 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-30 16:13:40 +0530 |
commit | 6aaea4225d531a7b3ff5e21d12d35a7361aaf43b (patch) | |
tree | 43aa01caff1741f52a95988c7eed82feee79df46 /cmd/list.go | |
parent | e1bd26b9ad73cd0758ba77373c1cd07f72f47a65 (diff) |
looking for config file systemwidw
Diffstat (limited to 'cmd/list.go')
-rw-r--r-- | cmd/list.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/list.go b/cmd/list.go index 9cc0559..16916a9 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -73,7 +73,6 @@ var listCmd = &cobra.Command{ } else { ui.AnimeList(mal.AnimeList(user, status, sort, conf.IncludeNSFW)) } - }, } @@ -84,7 +83,6 @@ func init() { listCmd.Flags().StringP("sort", "", "list_score", "Sort the list") listCmd.Flags().BoolVarP(&mangaMode, "manga", "m", false, "Use manga mode") listCmd.Flags().StringVarP(&mal.Secret, "authentication-token", "t", "", "MyAnimeList authentication token to use (overrides system keyring if any)") - listCmd.Flags().IntVarP(&mal.SearchLength, "list-length", "n", 15, "Amount of list items to load (default: all)") listCmd.Flags().IntP("results-length", "n", 10, "Amount of results to load") listCmd.Flags().IntP("results-offset", "o", 0, "Offset for the results") |