tools/minimalImageBuildTool/cmd/installdepsforbinary.go (12 lines of code) (raw):
package cmd
import (
"github.com/spf13/cobra"
)
var installDepsForBinaryCmd = &cobra.Command{
Use: "deps",
Short: "",
Long: "",
}
func init() {
installCmd.AddCommand(installDepsForBinaryCmd)
}