-
We have a pattern with the following arguments:
```
parser.addArgument("recently-used");
parser.addArgument("recently-used-key");
parser.addArgument("recently-used-max-items", 20);
```
with …
-
I see that setting the mandatory parameter of the addOption function to true has no effect.
In the example below, the arguments array contains none of the 3 mandatories options, and the program throw…
-
https://github.com/rrd108/vue-mess-detector/blob/eec64e39f611955d38d84879f2439960d5077079/src/rules/vue-strong/simpleComputed.ts#L17
Regex is not able to reliably match the entire code block becaus…
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [X] I have searched the [open](https://github.com/clap-rs/clap/issues…
-
### **Core Issue**
The handling of quotes in named and unnamed arguments within the STscript parser currently lacks consistency, leading to confusion and misunderstandings in the functionality, that …
-
-
[This line](https://github.com/NishanthSpShetty/crust/blob/f5bd4c76d0ca3b2e76fc285bb7d1c5e22fe02171/src/library/parser/mod.rs#L832) will cause a crash when `head` equals `lexeme.len()`:
```Rust
st…
-
## 🚀 Feature request
The documentation [describes](https://jsonargparse.readthedocs.io/en/stable/index.html#dataclass-like-classes) how dataclass-like classes are "not expected to have subclasses",…
-
### Bug description
Hi,
Thanks for all the hard work on making it possible to configure Lightning experiments through a simple config!
I want to link my ckpt_path to a callback using link_argu…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
INFO 10-09 02:11:31 importing.py:10] Triton not installed; certain GPU-relate…