aboutsummaryrefslogtreecommitdiff
path: root/cmd/root.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-04 21:09:54 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-04 21:09:54 +0530
commita8c3e33462bc295bd727e39364cfd26e4aa4ea4d (patch)
treeb8caaaac4a661cca819270b5d88b997ea4572c19 /cmd/root.go
parent4879f9849d224849cd9118a68f079bbd917b2b14 (diff)
added --id flag to search and status commands
Diffstat (limited to 'cmd/root.go')
-rw-r--r--cmd/root.go4
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)")
-}