mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-07 07:07:10 +02:00
8 lines
104 B
Go
8 lines
104 B
Go
package main
|
|
|
|
import "github.com/autonomy/talos/internal/app/osctl/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|