Incredibly minor point, but when listing the plugins using the ‘full-list’ option, the output is not ordered by version number. It may be easier to parse if it was, e.g. for the OP:
./plugin.sh -fl
Environment
None
Activity
Philip Smart May 19, 2023 at 1:24 PM
Looks good to me!
Rod Widdowson May 19, 2023 at 1:23 PM
Fortunately the VersionInfo already implements Comparable so it was just a matter of a small restructure and to throw in a list.sort(null).
Incredibly minor point, but when listing the plugins using the ‘full-list’ option, the output is not ordered by version number. It may be easier to parse if it was, e.g. for the OP:
./plugin.sh -fl