spring-shell
spring-shell copied to clipboard
Spring based shell
Both double and single quotes are recognized (or "active") inside of comments, which I think is a bug. The following two line Spring Shell script will not print help: //...
Currently we use the `InputStreamReader`. Console provides the `readPassword()`. Also, in certain situations, e.g. in Eclipse the password will be shown nevertheless, despite setting `echo` to `false`: ```java userInput.prompt("Proxy Server...
When I run `java -jar my-shell-app.jar @script-file` The contents of `script-file` are never displayed. It would be nice if that behavior was configurable. For context, we're running some spring-shell scripts...
In the main documentation it says: > Given that Spring Shell will kick in and start the REPL by virtue of this dependency being present, you’ll need to either build...
What if my application is only going to have a single command? I would love the ability to define a configuration property that says I only have a single command...
version: 3.3.1 jdk: openjdk17 issues:  I use `-hwp 75` as a command, but recognize as -h 75 and -p 75. I think this may be an issue, or has...
Hi, I am looking for a Tree component/view. Is one is planned to be implemented?
I tried following multiple articles and documentation to create my first Spring Shell project. The interactive shell never appeared. I finally found the answer here: https://github.com/spring-projects/spring-shell/issues/1081 The [Getting started](https://docs.spring.io/spring-shell/reference/getting-started.html) section...
Hello. I'm working on a new spring shell project, and I cannot get parameter validation to display correctly. Per [docs](https://docs.spring.io/spring-shell/reference/options/validation.html), it should print the error like this: ``` The following...
Hi Everyone, I created a spring shell project with reactive web and after my simple project was done I tested it in intellij commands are working fine but when I...