func NewListSubcommand()

in cli/dockerHelper.go [85:92]


func NewListSubcommand() subcommands.Command {
	return &helperCmd{
		cmd{
			name:     "list",
			synopsis: "(UNIMPLEMENTED) list all stored credentials",
		},
	}
}