picocli-spring-boot-starter icon indicating copy to clipboard operation
picocli-spring-boot-starter copied to clipboard

Spring boot starter for Picocli command line parser that will simplify your CommandLineRunner

Results 14 picocli-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

On the spring boot startup I get the following error Parameter 0 of constructor in com.aaa.SpringBootApp$FlywayCommand$MigrateCommand required a bean of type 'org.flywaydb.core.Flyway' that could not be found. @Component @Command(name =...

Would you be interested in helping with a Spring Boot 2.0-compatible `picocli-spring-boot-starter` module to include in the picocli project? It would be great if we could get it included in...

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...

- [ ] Rework _version_ and _help_ display https://github.com/remkop/picocli/issues/162 https://github.com/remkop/picocli/issues/145 - [ ] Consider https://github.com/remkop/picocli/issues/157 could be useful - [x] Support _subcommand_ https://github.com/remkop/picocli/issues/152 (see #12)

enhancement

This would be great for folks on the newest versions of Spring Boot.

enhancement
help wanted

In Picocli 3.6 there is the option to have the methods annotated with the @Command and have them listed as subcommands in that particular class. This doesn't seem to be...

enhancement