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

Disable slice flag separator to accept JSON input #13

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

feedmeapples
Copy link
Contributor

What was changed

Disables separating slice flags by comma ,

Requires urfave/cli#1582

Why?

We had to stay on urfave/cli v2.4.0 because newer versions were forcing , separator on slice flags. The change allows to upgrade to the latest urfave & disable the separator

Checklist

  1. Closes

  2. How was this tested:

Updated unit test TestAcceptStringSliceArgsWithCommas

  1. Any docs updates needed?

@feedmeapples feedmeapples force-pushed the disable-slice-flag-separator branch from 4bd2e00 to 5233ceb Compare November 18, 2022 21:13
@feedmeapples feedmeapples force-pushed the disable-slice-flag-separator branch from 5233ceb to 0182124 Compare November 18, 2022 21:19
@feedmeapples feedmeapples merged commit 7b9a277 into main Nov 18, 2022
@feedmeapples feedmeapples deleted the disable-slice-flag-separator branch November 21, 2022 20:40
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

Successfully merging this pull request may close these issues.

2 participants