You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proper implementation in my mind would require results to be cached for a standard amount of time (TBD), allowing the result to be overwritten when expired (reduce rate limit hits), with a flag to skip caching new entries, and a flag to ignore presently cached entries.
Say, --no-cache and --force-check or similar.
I didn't see a need for any further options to manipulate the db, but if any should be added for better UX, they should be behind a sub-command of some type rather than even more flags than we already have. Say, sherlock cache --clear and sherlock cache --clear-site or similar. Only issue this specific example raises is ambiguity between cache the command and cache the username, but something similar should be workable.
Description
Code of Conduct
The text was updated successfully, but these errors were encountered: