@@ -0,0 +1,13 @@
package main
import (
"context"
"github.com/spf13/cobra"
"github.com/ollama/ollama/cmd"
)
func main() {
cobra.CheckErr(cmd.NewCLI().ExecuteContext(context.Background()))
}
The note is not visible to the blocked user.