spring-shell icon indicating copy to clipboard operation
spring-shell copied to clipboard

Spring based shell

Results 121 spring-shell issues
Sort by recently updated
recently updated
newest added
trafficstars

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

status/need-triage

version: 3.3.1 jdk: openjdk17 issues: ![微信截图_20240724102932](https://github.com/user-attachments/assets/eb5d5bae-001c-4adb-83a0-7a4af9b5107a) I use `-hwp 75` as a command, but recognize as -h 75 and -p 75. I think this may be an issue, or has...

type/bug

Hi, I am looking for a Tree component/view. Is one is planned to be implemented?

type/enhancement

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

status/need-triage

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

status/need-triage

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

status/need-triage