Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'colon-list-separator' - array with one key and multiple values instead of multiple keys with one value #383

Open
pingustar opened this issue Apr 18, 2024 · 0 comments

Comments

@pingustar
Copy link

Basically I would like to have a similar way to the 'bracket-separator' option but for 'colon-list-separator'

It would look like this:

actions:list=create,delete

instead of

actions:list=create&actions:list=delete

I would be happy to open a PR with this feature. I can see a few ways to go about this.

Option 1: adding a new arrayFormat
Option 2: adding a new option to replace the [] bracket with a custom identifier
Option 3: adding a new option to toggle the 'colon-list-separator' format between separated and not separated

What are your thoughts about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant