Skip to content

Quarkus or Spring Boot & Picocli & JLine Command Shell Example

License

Notifications You must be signed in to change notification settings

fuinorg/picocli-jline-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picoli-jline-example

Demonstrates the combination of Picoli, jline 3 and Quarkus 3 or Spring Boot to build a command shell.

Modules

Build

To build the project as "uber jar":

./mvwn clean package

Run Quarkus Example

java -jar quarkus/target/example-shell-runner.jar

ℹ️ You can create also a native executable. See quarkus build information.

Run Spring Boot Example

java -jar spring-boot/target/example-shell-runner.jar

Test

  • Start with clear command
  • Try help
  • Try cmd with TAB for code completion
  • Type exit to leave shell

About

Quarkus or Spring Boot & Picocli & JLine Command Shell Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages