-
Hey all - apologies if this exists, can't find it easily.
I'm looking for an easier capability to display the valid enum values. I don't need any custom HelpText behavior whatsoever, and it looks l…
-
Hello, I've been using this parsing library for a project I'm working on and I've come across a condition where the parsing function was taking a very long time to complete. With a large number of ele…
-
Hi everyone,
I'm trying to parse a command line (imposed, no way to change it) which are like
```
myexe.exe -Url=https://blabla.com/ --AppName=val1 -e testCase -monoapp Open -Ctx "default ctx" …
-
## User story
Create a Cli application (.exe), based on .net core that manage:
- first parameter the commend to execute
- parameters used fro command.
## task
microframework can be used t…
-
ssh, tar, and other common tools allow for multiple non-option-argument options and act on their total count. (Implementing this with getopt is pretty trivial).
e.g. `tar -cvf` and `tar -cvvf` prod…
-
## Compiler version
3.2.2
## Minimized code
When mapping a set inline within the predicate of an if statement the type check does not happen.
The following code compiles:
```
val someInts …
-
Dragonfruit is the only thing holding me back from switching to top-level programs in multiple projects. Do you have ideas how dragonfruit could work in one?
-
I am hitting ERROR: Internal Error: Unable to determine semantic information for declaration: when running api-extractor
The **bolded** code **[name, value]** seems to be causing the prob…
-
The Quick start sample in Readme.md gives the impression that boolean parameter can be specified with either a true or false value. However my attemps have given the following:
- whenever the para…
-
## INSTALL
pangenie]$ cd build/
build]$ cmake ..
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C co…