Version: |
org.nasdanika.cli@2025.2.0
|
---|
Usage: nsd launcher [-hstvV] [-a=<args>] [--add-modules=<addModules>]
[-b=<base>] [-c=<className>] [-C=<classPathModules>]
[-f=<optionsFile>] [-j=<javaCommand>] [-m=<moduleName>]
[-M=<modulesFile>] [-o=<output>] [-p=<pathSeparator>]
[-P=<prefix>] [-r=<rootModules>] [<repositories>...]
Generates Java command line from directories of modules/jars
[<repositories>...] Directories to scan for modules,
defaults to lib
-a, --args=<args> Arguments,
defaults to %*
--add-modules=<addModules>
Comma-separated list of modules to add to
Java command --add-modules
Computed if not specified
-b, --base=<base> Base repositories directory
-c, --class=<className> Application class,
defaults to org.nasdanika.cli.Application
-C, --claspath-modules=<classPathModules>
Comma-separated list of classpath modules
-f, --options-file=<optionsFile>
File to output options to
-h, --help Show this help message and exit.
-j, --java=<javaCommand> Java command,
defaults to java
-m, --module=<moduleName> Application module,
defaults to org.nasdanika.cli
-M, --modules=<modulesFile>
Modules to add to the module path
-o, --output=<output> Output file
-p, --path-separator=<pathSeparator>
Path separator,
defaults to the system path separator
-P, --prefix=<prefix> Module path prefix
-r, --root-modules=<rootModules>
Comma-separated list of root modules
Supports .* and .** patterns
-s, --absolute Use absolute paths
-t, --options Output only options
-v, --verbose Output debug information
-V, --version Print version information and exit.