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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add `go run` usage to README (#9)
* docs: add go run usage to README
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: translate go run note to English
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: drop -- from go run examples
The app reads os.Args[1] as the lookup term, so '--' would be passed
through as the term instead of being consumed by go run.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>