-
Not sure if it is wanted but if I use an option with a dot like `p.name` then args are not read correctly.
```dart
final parser = ArgParser();
parser.addOption('p.name');
print(parser.parse(['--…
-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/shikijs/shiki/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/shikijs/shiki/blob/main/CONTRI…
-
We are currently using `:quirks_mode=>false, :empty_string=>false` options. But they are not available in the new parser. Is there a recommended alternative?
```
> Oj.load("", :mode=>:strict, :qui…
-
### What happened?
If Lidl remote FB20-002 is idle for a while (a few days, no idea what exact period) then it doesn't register the first button press. All consequent button presses work as expected.…
-
# Summary
A Parser is used when parsing the configuration, which fills the config struct before it is passed to the parse function that evaluates flags and environment variables sources. The parse …
-
The file format used for schematics not suited well and needs a replacement.
- Connectivity is implicit. The parser, netlister and everything in between relies on guesswork to make connections betw…
-
It should be great to have an option to sort the parameter/port/signals/portmap signals in their respective section (module/instance/etc).
I'm trying to compare two differents version of a RTL code (…
-
I am trying to allow the following kind of command line uses:
1. __ yields default value (e.g., `{""}`)
2. `--option` with no argument yields implicit value (e.g., `{"all"}`)
3. `--option a` yiel…
-
### Requirements
- sub-command support
- generate usage text from specification
AFAICT, `nopt` does not satisfy any of those, so let's look at [some alternatives](https://www.npmtrends.com/minimi…
-
https://reviews.llvm.org/D130276 introduces a COFF options parser into JITLink to enable it to handle `export`, `alternatename` and other options. The parser should probably be moved to libObject long…