When you call OverseerRun you are greeted with a telescope selection menu, from which you can choose your action of choice.
Is it possible to have the same menu in order the select a template parameters ?
For my CMake template, I have a parameter to choice build type :
build_type = {
type = "enum",
name = "Build type",
order = 2,
optional = false,
default = "release",
choices = { "debug", "coverage", "release" }
},
Could this be displayed with the telescope prompt ?