package main
import (
"context"
"testing"
)
func TestRun(t *testing.T) {
if err := Run(context.Background(), []string{}); err != nil {
t.Fatal(err)
}