Open kakawait opened 5 years ago
Like
ExitStatus
IParseResultHandler
HelpAwarePicocliCommand
mixinStandardHelpOptions = true
PicocliCommand
In addition I created new properties
picocli.command-line-version = 1.0.0 picocli.class-hierarchy-scanning = true
(class-hierarchy-scanning default value may change in futur)
class-hierarchy-scanning
And finally, I refactor most of customization inside specific class + ability to override implementation using your on @Bean definition
@Bean
Like
ExitStatus
now useIParseResultHandler
insteadHelpAwarePicocliCommand
now usermixinStandardHelpOptions = true
PicocliCommand
not really relevant nowIn addition I created new properties
(
class-hierarchy-scanning
default value may change in futur)And finally, I refactor most of customization inside specific class + ability to override implementation using your on
@Bean
definition