Skip to content

v2 bug: StringSliceFlag not work #1003

@heyanlong

Description

@heyanlong

e.g.

go run main.go --test=a,b,c,d

output

[]string{"a,b,c,d"}

expect

[]string{"a", "b", "c", "d"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/v2relates to / is being considered for v2kind/bugdescribes or fixes a bugstatus/triagemaintainers still need to look into this

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions