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
I've seen many go packages provide completion command which generates autocompletion script for multiple shells. Maybe scripthaus can provide that command too?
How it would work: scripthaus completion bash - write to stdout a shell script which provides completion.
I've seen many go packages provide
completion
command which generates autocompletion script for multiple shells. Maybe scripthaus can provide that command too?How it would work:
scripthaus completion bash
- write to stdout a shell script which provides completion.Commonly used shells:
I don't know much golang, but i've found project which does that - https://github.com/j178/leetgo
The text was updated successfully, but these errors were encountered: