kubearmor-client/main.go
Sahil Raja a0cf786477 Revert "chores(accuknox-cli): update karmor to accuknox-cli"
Signed-off-by: sahil <sahilraja242@gmail.com>
2023-04-13 12:51:33 +05:30

11 lines
232 B
Go

// SPDX-License-Identifier: Apache-2.0
// Copyright 2021 Authors of KubeArmor
// Package main is responsible for the execution of CLI
package main
import "github.com/kubearmor/kubearmor-client/cmd"
func main() {
cmd.Execute()
}