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
All other commands in the tool use strings.Builder to output string to stdout instead of using fmt.Println() which has made it easier to test CLI output.
The search command was missed when these updates took place for the other commands in v1.2.4.