-
I don't quite understand these warnings, but they don't look like false positives:
```
$ make
[SNIP all steps that succeed]
cc -O6 -std=gnu99 -Wall -Wextra -pedantic -Wdouble-promotion -Wformat=2 -Wi…
-
I tried running the latest fastastats-KG and I wasn't quite able to get it to run.
so the goal was to have this work:
```
python fastastats-KG ../proteomes/maize/original/mitochondrion.2.fasta
`…
-
I just install neon using this
```
git clone https://github.com/NervanaSystems/neon.git
cd neon && make sysinstall
```
and i import
`from neon.util.argparser import NeonArgparser`
Bu…
-
Currently I try to use kotlin-argparser in one of my projects. Unfortunately even a simple example throws an error.
`class MyArgs(parser: ArgParser) {
val test by parser.flagging("-t", "--test…
-
Hey, I am using hmmr and I encountered some problems. when I use the default syntax (java -jar HMMRATAC_V1.2.4_exe.jar -b ATACseq.sorted.bam -i ATACseq.sorted.bam.bai -g genome.info), it works good. b…
-
While we can have mandatory flags/options, we cannot have mandatory rest type arguments.
For example, a Command that implements *nix style cp command might want to require two mandatory arguments: …
-
Python 3.12.7 was released Oct 7, 2024. When I try running vim with the powerline plugin under a 3.12.7 virtual environment, I get the following error:
```
Traceback (most recent call last):
Fi…
-
**Describe the feature you'd like**
In the same line than #75 , we should create a manpage from the ``argparser`` parser.
This is the place where the ``argparser`` is built:
https://github.com/…
-
Hi, after installing mptcpanalyzer I cannot use it because of import error. I already check tshark 3.2.3 and python version is 3.8.10.
The full error when call mptcpanalyzer:
```
root@ubuntu:~# …
-
Hello,
Is there a way to transform the value of an argument like:
```kotlin
val parser = ArgParser(args)
val file: File by parser.option(ArgType.String, transform = { File(it) })
```
instead o…