-
Two issues at the same time:
1) In file mode, quotes for arguments are now look like "-a foo -b bar" which works very badly with argparser. But also, we have an ability to create different parameters…
-
This is a runtime failure in Dart2:
```dart
void readListOfNames(ArgResults results) {
// "List is not a List"
List names = results['names'];
}
```
... but patterns like this are really…
-
When a script calls `pyperf.Runner.bench_func` from a script that uses `click` to handle arguments, it raises an exception in `pyperf`'s argument parsing logic. Here is a minimal reproducing script:
…
-
Just installed this plugin on `Inkscape 1.0 (4035a4fb49, 2020-05-01)` and got those warnings.
```shell
$ inkscape --version
Inkscape 1.0 (4035a4fb49, 2020-05-01)
Pango version: 1.44.7
$ pyt…
-
I build pFUnit (v4.8.0) as part of a project's CI on gitlab and in attempting to update from Fedora 39 to Fedora 40, which updates gcc/gfortran from v13.x to v14.x I have started to encounter some fai…
d7919 updated
4 months ago
-
Positional arguments are fully supported in [unscripted](https://pub.dartlang.org/packages/unscripted). It would be nice to upstream that to `args`.
Unscripted has an internal `Positional` type whic…
-
I am trying to query a system with 2 inverters.
If I run the example script with each unit (1 & 2) then it is working.
However the following code does not work and query twice the inverter 1.
I n…
-
Something that parses the arguments so that we don't have to manually each time.
```lua
require "bootstrapper"
local ArgParser = getArgParser()
local args = ArgParser
.With(1, "x")
.With(2…
-
Hi,
Would you be open for me to open a PR to support `scala.concurrent.duration.{Duration, FiniteDuration}`?
As in:
```scala
implicit val durationParser: ArgParser[Duration] =
SimpleArgPa…
-
- use self.stdout instead of print
- remove bare exception
- limit the amount of code in the try block
- use argparser