Skip to content

Conversation

@kakawait
Copy link
Owner

@kakawait kakawait commented May 3, 2019

Like

  1. ExitStatus now use IParseResultHandler instead
  2. HelpAwarePicocliCommand now user mixinStandardHelpOptions = true
  3. PicocliCommand not really relevant now

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)

And finally, I refactor most of customization inside specific class + ability to override implementation using your on @Bean definition

Like

1. `ExitStatus` now use `IParseResultHandler` instead
2. `HelpAwarePicocliCommand` now user `mixinStandardHelpOptions = true`
3. `PicocliCommand` not really relevant now

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)

And finally, I refactor most of customization inside specific class + ability to override implementation using your on `@Bean` definition
@kakawait kakawait added this to the 1.0.0-beta-1 milestone May 3, 2019
@kakawait kakawait self-assigned this May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants