We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Would you care to add a config file to make this a complete example?
My understanding is that based on the way you have structured your code, you'd want to have a config file like:
artists{ it1 { name="Madonna" genre="Pop" } it2 { name="Gaga" genre="Pop" } }
and then you'd iterate over the artist items and pass them on to the CreateArtist class?
CreateArtist
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, Would you care to add a config file to make this a complete example?
My understanding is that based on the way you have structured your code, you'd want to have a config file like:
artists{
it1 {
name="Madonna"
genre="Pop"
}
it2 {
name="Gaga"
genre="Pop"
}
}
and then you'd iterate over the artist items and pass them on to the
CreateArtist
class?The text was updated successfully, but these errors were encountered: