diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 21:09:54 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 21:09:54 +0530 |
commit | a8c3e33462bc295bd727e39364cfd26e4aa4ea4d (patch) | |
tree | b8caaaac4a661cca819270b5d88b997ea4572c19 /cmd/root.go | |
parent | 4879f9849d224849cd9118a68f079bbd917b2b14 (diff) |
added --id flag to search and status commands
Diffstat (limited to 'cmd/root.go')
-rw-r--r-- | cmd/root.go | 4 |
1 files changed, 0 insertions, 4 deletions
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)") -} |