func NewGetSubcommand()

in cli/dockerHelper.go [63:70]


func NewGetSubcommand() subcommands.Command {
	return &helperCmd{
		cmd{
			name:     "get",
			synopsis: "for the server specified via stdin, return the stored credentials via stdout",
		},
	}
}