-
Having the following source `Main.java` using multiple source files:
```
///usr/bin/env jbang "$0" "$@" ; exit $?
//SOURCES **/*.java
public class Main {
public static void main(String.…
-
Some scripts are getting pretty complicated, more so than perhaps is easily handled by any `--help` options. So it would be nice to have a command like:
```
jbang docs alias@catalog
```
Possib…
-
Right now `alias add` can't set flags like `--offline` and `--fresh`. We should take al ook at which flags make sense to enable for aliases.
-
### Summary
Can we use Universal Developer Image as the base image for devfile in our custom devfile, as we see lots of vulnerability in the recent images from the quay site:
https://quay.io/reposit…
-
i noticed today that "//DESCRIPTION" feature implemented in #660 is not documented. We should :)
atm its just that any //DESCRIPTION gets added as description when using alias and similar.
-
It would be really useful to have an option to set the "current working directory" for Jbang. Especially for scripts and tests or any situation where you can't really change the actual current working…
-
**Describe the solution you'd like**
I'd like to be able to run:
```
jbang org.jooq:jooq:3.15.4 --class org.jooq.ParserCLI [args...]
```
There are several classes containing a `main()` meth…
-
### Scenario 1
When entering:
$ jbang
Bash completion does not completes any files (.java or not) found in the current directory.
### Scenario 2
If using:
$ jbang h
then files st…
-
it would be nice if we could just to `jbang edit gavsearch@jbangdev` and then have it in case of a git backed file just git clone
the project and then use https://github.com/jbangdev/jbang/issues/462 …
-
idea is that by default jbang will when using --debug, --jfr, or any other commands where it makes sense will dump to console informative help/pointers.
including a message saying "set JBANG_EXPERT=t…