Skip to content

WIP Remove any existing customizations and refactor #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 1.0.0-beta-1
Choose a base branch
from

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.

1 participant