We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to develop a command line tool using jline2 with a kind of always bottom prompt and some asynchronous logback logs.
I find a way to do that but I share it to know if this is the right approach.
here is the main loop. here the custom appender for logback log.
Just in case you ask why I'm using jline2 and not jline3 => remkop/picocli#535
(By the way I'm curious to know if this would be easier to do that with jline 3 ?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try to develop a command line tool using jline2 with a kind of always bottom prompt and some asynchronous logback logs.
I find a way to do that but I share it to know if this is the right approach.
here is the main loop.
here the custom appender for logback log.
Just in case you ask why I'm using jline2 and not jline3 => remkop/picocli#535
(By the way I'm curious to know if this would be easier to do that with jline 3 ?)
The text was updated successfully, but these errors were encountered: