-
Specifying commas to separate array elements for arguments or files in a gadget (as per [docs](https://marta.sh/docs/advanced/gadgets/)), eg:
```
executable "test.sh"
args ["-s", …
-
Hi smspillaz,
I would like to try out the cmake-unit project, but I have trouble "installing" it. When I download the project and simply add it to my project it misses the file ````conanbuildinfo.c…
-
Hi and thanks for this gem of a library that I started using over at https://github.com/friendica/friendica. While it does mostly a good job parsing the command-line separating arguments and options, …
-
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
-
The sfcquery program crashes if no arguments are given. Furthermore, it would be nice to have an overview of the command line options.
Maybe it is a good idea to use tclap [1] for handling the argu…
-
If you have a Optional arguments, a required positional argument, and then take a look at the extra, returned `args` after parsing when in your callback, it seems to contain info that is not correct.
-
The API of `z_sendmany` is no longer appropriate when using unified addresses; it misleads people to think that unified addresses can represent distinct pools of funds (and perpetuates a similar probl…
-
**Version and Platform (required):**
- Binary Ninja Version: 3.5.4432-dev
- OS: Windows
- OS Version: 11
- CPU Architecture: x64
**Bug Description:**
When analyzing PPC32 binaries with functio…
-
Wake's argument parsing has grown to be a complex and hairy beast. It would be best to overhaul and optimize the system. This could be done via several small steps outlined below.
1) Fix and minimi…
-
```
I can see that you are manually parsing command-line arguments, thus making
them less flexible. You could use PHP's getopt() to do the job for you.
```
Original issue reported on code.google.com…