mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 18:29:31 +00:00
12 lines
151 B
Go
12 lines
151 B
Go
package ctr
|
|
|
|
import (
|
|
"github.com/rancher/k3s/pkg/ctr"
|
|
"github.com/rancher/spur/cli"
|
|
)
|
|
|
|
func Run(ctx *cli.Context) error {
|
|
ctr.Main()
|
|
return nil
|
|
}
|