func NewEraseSubcommand()

in cli/dockerHelper.go [74:81]


func NewEraseSubcommand() subcommands.Command {
	return &helperCmd{
		cmd{
			name:     "erase",
			synopsis: "(UNIMPLEMENTED) erase any stored credentials for the server specified via stdin",
		},
	}
}