jgo icon indicating copy to clipboard operation
jgo copied to clipboard

Shortcuts with plus sign in .jgorc don't work

Open ctrueden opened this issue 1 year ago • 0 comments

jgo ome:bio-formats-tools:loci.formats.tools.ImageConverter+org.slf4j:slf4j-simple

successfully runs the program and prints the usage instructions.

But creating the following ~/.jgorc file:

[shortcuts]
bfconvert = ome:bio-formats-tools:loci.formats.tools.ImageConverter+org.slf4j:slf4j-simple

and running:

jgo bfconvert

parses it incorrectly and generates a faulty pom.xml, so the Maven bootstrapping fails.

(The jgo.sh shell script does not exhibit this bug.)

ctrueden avatar Aug 14 '24 18:08 ctrueden