aboutsummaryrefslogtreecommitdiff
path: root/cmd/root.go
diff options
context:
space:
mode:
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)")
-}