clidemo icon indicating copy to clipboard operation
clidemo copied to clipboard

Sample SpringShell CLI demo

Results 2 clidemo issues
Sort by recently updated
recently updated
newest added

I have following text in the default and Japanese properties file. **messages.properties** start.notes=Enter to Initialize. **messages_ja.properties** start.notes=を入力して初期化します。 And we using shellHelper.print method to show the message on the windows command...

Hi dmadunic, thanks for you project share. I have a problem if you can help. If I create a new Command that autowired InputReader, I got this error below: ```...