Releases: jorgeb1980/lib-cli-base
Releases · jorgeb1980/lib-cli-base
Release list
1.12.0
1.11.0
1.10.0
Implemented background apps
A command line application may just define isBackground=true and then create a multi-threaded app, or Swing UI, etc., not exiting at the moment.
This requires the @run annotated method to return void
1.9.0
- Introduced
jvmArgsattribute forCommandannotation - Solved a dependency issue that made applications fall back to SLF4J NOP implementation
- Introduced quality of life improvements
- Easier access for applications to logging
- Better feedback from plugin execution
1.8.0
- Included enum types as command parameters
- Refactors for simplicity:
- removed ExecutionContext
- removed hasArg (boolean flags are always assumed false by default, true if set; all others are assumed to have arguments)