-
Setting agent.docker_default.image has no effect on the 'Execution' view of the experiment, while the agent.docker_default.arguments are correctly parsed. Experiment queueing fails unless an image is …
-
I'm writing a C++ program and I would like to use docopt, but it seems like the python version is the best. So I wrote a small adapter that reads a docopt docstring from stdin and prints the parsed ar…
casey updated
9 years ago
-
Given a simple justfile such as:
```just
a b=f():
echo 'hi'
```
an error is flagged up - `JustToken. RECIPE_PARAM_NAME expected, got 'b'` - and parsing/highlighting breaks.
To make matters…
-
This issue follows up on one aspect of #6467. Many native commands use `-` prefix for named parameters, but either separate the parameter value with `=` (`-param=value`) or use no separator at all (e.…
-
For instance, add the following command line options:
- [x] `--version` / `-v`: output Tact's version (done in #137)
- [x] https://github.com/tact-lang/tact/issues/504
- [x] `--help` / `-h`: output…
-
Right now, `c.run(command)` requires that `command` is a string, which is then passed to a shell and parsed by the shell. This requires careful quoting of arguments/strings.
Many Python library fu…
-
**Original report ([archived issue](https://hoffmangroup.github.io/genomedata-bitbucket-backup/#!/hoffmanlab/genomedata/issues/47)) by Eric Roberts (Bitbucket: [ericr86](https://bitbucket.org/%7Bcd8c1…
-
Might be useful to have a way for some things like directory be passed as arguments. IPO parameters could be parsed from a list or even a txt file
lee-t updated
7 years ago
-
Guild could in general try to be verbose and helpful where it makes sense.
One such example is when running a script `guild run test.py` and guild parses the arguments automatically. It makes sense…
-
An error "misaka_md2html.py: error: unrecognized arguments: - - - -".
The reason may be that args emplate_path,template_default,template_ext and root_path is parsed by vimwiki, but misaka_md2html.py i…