Tomaž Šuštar

Results 2 issues of Tomaž Šuštar

I used the example code to be able to enter a parameter as a number or as enum string. ``` std::map flagsMap{ { "normal", normal }, { "allow_downgrade", allow_downgrade },...

enhancement

Is it possible to use telsh to implement a command with additional arguments? I could not find an example for this usecase. Is there one?