From a8c3e33462bc295bd727e39364cfd26e4aa4ea4d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 4 Jul 2022 21:09:54 +0530 Subject: added --id flag to search and status commands --- cmd/root.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmd/root.go') diff --git a/cmd/root.go b/cmd/root.go index c1e939c..f1fba18 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -41,7 +41,3 @@ func Execute() { os.Exit(1) } } - -func init() { - rootCmd.PersistentFlags().IntVar(&entryId, "id", -1, "Manually specify the ID of anime/manga (overrides search)") -} -- cgit v1.2.3