Skip to content

Allow comma-separated labels for `issue update`

Clement Sam requested to merge feat-comma-separated-label-issue-update into trunk

Description Use StringSliceP instead of StringArrayP to support both comma-separated values and multiple usages. https://pkg.go.dev/github.com/spf13/pflag@v1.0.5#StringArray https://pkg.go.dev/github.com/spf13/pflag@v1.0.5#StringSlice

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports