@@ -11,6 +11,12 @@ import (
)
func main() {
if handled, err := handleVersionCommand(os.Args[1:], os.Stdout); handled {
if err != nil {
exitf("%v", err)
}
return
if handled, err := handleCompletionCommand(os.Args[1:], os.Stdout); handled {
The note is not visible to the blocked user.