-
**Is your feature request related to a problem? Please describe.**
I'd like to get `argv` as a list instead of a function.
It will make it possible to determine the number of arguments.
**Describ…
-
I'm probably being a bit dense (as well as being a bit of an inexperienced C user) but I'm not sure why the code below isn't working.
I am pretty sure that that ```argv[]``` and ```argc``` should …
-
Hi there,
I've sequenced some samples with Pacbio following telomere enrichment as described in your paper and am trying to analyze the data.
I attempted:
telomap [reads.fa] [capture_oligo.fa]…
-
Blocked by #12
-
Let's say I invoke a CLI with following arguments:
```
$ cli --docker-args "-p 5432:5432"
```
In Node.js trailing part of `process.argv` resolves to:
```javascript
["--docker-args", "-p 5…
-
Hello!
Just reviewed the source, and want to suggest, it would be better to manage if we can separate process of parsing arguments into a separate function.
https://github.com/azimjohn/jprq/blob…
-
A nil argument in a function seems to make all arguments after it nil when evaluating its derivative.
```
grad = require 'autograd'
x = torch.randn(5,10)
p = {W = torch.randn(10,2) }
f = function(p, …
-
I have found a situation where I cannot pass data to a previously defined macro. Here is an example snippet:
```
@macro (test)
:echomsg "[]"
~ {res}
@endmacro
@do (test, res="[]")
```
whic…
-
Hey there,
Brilliant program, thanks for the work!
I've noticed that the command line `--arguments "blah"` doesn't play nice when the arguments contain a hyphen as the executable isn't escaping …
-
Does anyone have a good idiom for parsing command-line arguments? I've found one example here: https://github.com/plesner/scsh that looks interesting. It would be nice to document the 'right way' to h…