diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-02 20:46:50 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-02 20:46:50 +0530 |
commit | 8fb49796e37d2bf955d8ffa521f6bcda4f36b766 (patch) | |
tree | e0728f19a33c2f8f71767472c10767548ce99e94 /mal/mal.go | |
parent | e0da6a5205169f34671addd533739b6242d5eff3 (diff) |
Automatically select nth search result with --auto-select flag
Diffstat (limited to 'mal/mal.go')
-rw-r--r-- | mal/mal.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ var ( SearchLength, SearchOffset int SearchNSFW bool + AutoSel int ) // init() would kill the program prematurely on `macli login` command |