tyevco/TeCLI

issue passing parameter name to action with named options

Closed this issue · 0 comments

    public async ValueTask Setup(
                [Option("serverUrl", ShortName = 's')]
                string serverUrl  = "https://localhost",

                [Option("name", ShortName = 'n')]
                string? name = null)