-
I'm not very comfortable with parsing the commands sent to the bot with regexps, maybe using a lib like picocli could be a better option for this:
https://picocli.info/#_example_application
-
We have a suite of "self tests" in our binary which use the Jest sample. The output looks like this normally:
```
Running Elide self-tests...
PASS elide.tool.engine/OsArchTest
... bunch of t…
-
this is `jbang init -t cli test.java` with `//MODULE` and package added:
```
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.3
//JAVA 17+
//MODULE
package mypackage;…
-
Hi, there's something wrong with the Docker version published with the `latest` tag (0.2.15, but possibly running `master` code?). It always gives a NPE when parsing the state file:
```
kafka-gito…
-
### Enhancement Request
There have been various requests for improving the fcli documentation, both around documentation structure/format, and adding additional content.
Regarding structure/form…
-
Test runs until the first onTap, at which point it crashes with the following (unhelpful to a new user) stack trace:
```
io.grpc.StatusRuntimeException: UNKNOWN
at io.grpc.stub.ClientCall…
-
```
$ java -jar bamm-cli-2.1.0.jar aspect com.ids.protocol/0.8/ContractOfferMessageShape.ttl to openapi --api-base-url=http://localhost
io.openmanufacturing.sds.exception.CommandException: The URN c…
-
Hi !
I am currently exploring this phenopacket validator tool re-using the 384 phenopacket dataset from https://zenodo.org/record/3905420#.YajQ3r_MJH5
########
Command
########
`
$ jav…
-
to whom it may concern,
We run a 4.4.x neo4j instance that is in `SINGLE` mode, however we attach a read replica to it. Recently this read replica just randomly died and we come to find out we are…
-
In a folder `~/tmp/tmp1` create 2 files:
* `cli.java`
* `log.java`
Sources
cli.java:
```java
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.3
import…