-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
When customising the output the field "callingCodes" is excluded #475
Comments
Update: If you want For example, my previous command would be If this is the intended behaviour I suggest updating the readme doc to reflect that. |
Hi, I think this is an unintended consequence of #389. I will look into it. |
@BenJackGill I have prepared a fix for this here #487, which will be released in the 5.0 version. Thank you for your patience. |
fixed via #487 |
I am running this custom output command:
php countries.php convert --include-field=name --include-field=cca2 --include-field=callingCodes
But only
name
andcca2
are included in the output.callingCodes
field is always excluded.The text was updated successfully, but these errors were encountered: