Skip to content

feat: Is it possible to have nice selection menu (like the one summoned by :OverseerRun) for args ? #177

@lmichaudel

Description

@lmichaudel

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions