Files
zot/pkg/cli/minimal.go
T
Andrei Aaron 98854337ff build(tags): remove redundant build tag ui_base (#857)
It was not used for UI, it had become a CLI dependency
with the same functionality as search

Signed-off-by: Andrei Aaron <andaaron@cisco.com>
2022-10-10 15:05:55 +03:00

10 lines
127 B
Go

//go:build !search
// +build !search
package cli
import "github.com/spf13/cobra"
func enableCli(rootCmd *cobra.Command) {
}