mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
96226af869
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
10 lines
127 B
Go
10 lines
127 B
Go
//go:build minimal
|
|
// +build minimal
|
|
|
|
package cli
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
func enableCli(rootCmd *cobra.Command) {
|
|
}
|