scijava-common
scijava-common copied to clipboard
Plugin to print app version to console
Copied from @ctrueden's post in this forum thread:
Certainly, adding support for --version, which simply prints
appService.getApp().getVersion()and then quits, would be straightforward, and we should do it. It would be a newConsoleArgumentplugin, maybeorg.scijava.app.console.VersionArgument.