-
Integer arguments with trailing garbage are successfully decoded instead of giving an error:
`42garbage` is decoded as 42 instead of parse error
This will be also a problem for other types. I look…
-
I am fond of this:
```bash
HELP_TEXT="Usage: [-f|--foo-bar] [-o] baz"
for i in "$@"
do
case $i in
-f=*|--foo-bar=*)
FOOBAR=" --other-scripts-flag=${i#*=}"
shift # past argument…
-
**Describe the bug**
The following sample code throws a parsing error.
```
class SomeClass
def sample_method(...)
end
end
```
Bigger and working sample
```
class SomeClass
d…
-
Suggestion from @CryZe .
https://github.com/kbknapp/clap-rs
-
AzureSignTool released a new version yesterday (6.0.0) and they have changed the library for parsing the command line arguments generated by AKV Code Sign from McMaster.Extensions.CommandLineUtils to …
-
### What Roadmap is this project for?
Cyber Security
### Project Difficulty
Intermediate
### Add Project Details
required Language: Python
required Libraries: smtplib for sending email…
-
**Bug Description**
When loading a config from a YAML file, `Literal` type annotation is not validated.
**To Reproduce**
```python
from simple_parsing import ArgumentParser
from dataclasses imp…
-
The following code snippet reproduces the problem:
```
argcheck = require 'argcheck'
initcheck = argcheck{
{name="x1",type="string",help="x1",default="a"},
{name="x2",type="string",help="x2",defa…
-
Hi David,
It turned out that you don't parse any of --ranks and --app-argv. ??? I am confused.
Aram
-