From 8fb49796e37d2bf955d8ffa521f6bcda4f36b766 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 2 Oct 2022 20:46:50 +0530 Subject: Automatically select nth search result with --auto-select flag --- mal/mal.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mal/mal.go') diff --git a/mal/mal.go b/mal/mal.go index d29c572..69cb1f1 100644 --- a/mal/mal.go +++ b/mal/mal.go @@ -39,6 +39,7 @@ var ( SearchLength, SearchOffset int SearchNSFW bool + AutoSel int ) // init() would kill the program prematurely on `macli login` command -- cgit v1.2.3