mirror of
https://github.com/project-zot/zot.git
synced 2024-12-23 22:27:35 -05:00
8 lines
108 B
Go
8 lines
108 B
Go
// +build minimal
|
|
|
|
package cli
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
func enableCli(rootCmd *cobra.Command) {
|
|
}
|