package cobraadaptor

import "github.com/docker/docker/cli/cobraadaptor"

Index

Types

type CobraAdaptor

type CobraAdaptor struct {
	// contains filtered or unexported fields
}

CobraAdaptor is an adaptor for supporting spf13/cobra commands in the docker/cli framework

func NewCobraAdaptor

func NewCobraAdaptor(clientFlags *cliflags.ClientFlags) CobraAdaptor

NewCobraAdaptor returns a new handler

func (CobraAdaptor) Command

func (c CobraAdaptor) Command(name string) func(...string) error

Command returns a cli command handler if one exists

func (CobraAdaptor) Usage

func (c CobraAdaptor) Usage() []cli.Command

Usage returns the list of commands and their short usage string for all top level cobra commands.

Source Files

adaptor.go

Version
v1.12.0-rc3
Published
Jul 1, 2016
Platform
linux/amd64
Imports
16 packages
Last checked
1 minute ago

Tools for package owners.