diff options
Diffstat (limited to 'cmd/search.go')
-rw-r--r-- | cmd/search.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/search.go b/cmd/search.go index 5f97861..da57862 100644 --- a/cmd/search.go +++ b/cmd/search.go @@ -22,7 +22,6 @@ import ( "strings" "github.com/spf13/cobra" "github.com/MikunoNaka/macli/ui" - "github.com/MikunoNaka/macli/mal" ) var searchCmd = &cobra.Command { @@ -32,7 +31,6 @@ var searchCmd = &cobra.Command { -- help/description to be added later `, Run: func(cmd *cobra.Command, args []string) { - mal.Init() // needs to be manually called else it won't let you login // read searchInput from command searchInput := strings.Join(args, " ") mangaMode, _ := cmd.Flags().GetBool("manga") |