-
Hello,
I can't find out if dart-args has support of 'optional arguments of options'? (If not, it's a nice feature to have with args parser)
It's about funcionality like this (taken from getopt(3…
-
#### Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
IntelliJ
#### Operating System
Arch Linux 6.11.5-zen1-1-zen x86_64
#### TeXiFy IDEA version
0.9.8
#### What I did (ste…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/n9oM9dYbc](https://godbolt.org/z/n9oM9dYbc)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
I'm lost in the weeds with dependency injection here.
```csharp
using System.CommandLine;
using System.CommandLine.Builder;
using System.CommandLine.Hosting;
using System.CommandLine.Invocation…
-
KSP Version: 1.6.10-1.0.4
I have a [class](https://github.com/agrosner/DBFlow/blob/fec0f91acfe75d03244df4a5cf5226557e0a71f0/tests/src/commonMain/kotlin/com/dbflow5/test/SimpleModel.kt#L7) defined i…
-
In section main() of pixieset-downloader.py variable `page` must be initialized with 1 instead of 0:
def main():
arguments = init_arguments_parser()
has_next_page = True
page = 1
…
-
Imagine I have the following case:
```Python
from dataclasses import dataclass
from simple_parsing import ArgumentParser
@dataclass
class A:
shared_arg: str
argA: str
@datacl…
dln22 updated
9 months ago
-
BPO | [39935](https://bugs.python.org/issue39935)
--- | :---
Nosy | @rhettinger, @rahul-kumi
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the c…
-
Probably use a `,` in radix 10 or underscore in other radices. We will have an option to turn this on (it will be off by default, to avoid confusion with function arguments).
Currently, I am only c…
-
It seems there is a bug in the example 'capture_activations.py' script. There are two
```
parser=argparse.ArgumentParser()
```
statements making it only use the arguments from the last statement. …