For the templates I'm going to have to have Pascal and snake case versions of the name.
What I'd like is to ask the questions of the user and then get a callback so that I can insert some more parameters. Maybe an extra thing that can be set in Opts.
opts.populate_parameters(|params| {
// derive some params here and insert them in the map
})
For the templates I'm going to have to have Pascal and snake case versions of the name.
What I'd like is to ask the questions of the user and then get a callback so that I can insert some more parameters. Maybe an extra thing that can be set in Opts.