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

Spring based shell

Results 107 spring-shell issues
Sort by recently updated
recently updated
newest added

**spring shell version: 3.1.6** In one of my commands, I want to make sure that the end-user specifically indicates whether they either want A or B by using a Boolean....

status/need-triage

Tested with 3.2.0-RC1 and 3.1.0, older versions were not tested because I'm using functionality introduced in 3.1.0. Documentation states that I can add properties to disable functionality, e.g.: ```yaml spring:...

status/need-feedback

It's cumbersome to rewrite CommandAvailability on each method

type/enhancement

When ending a session I use this code after each test because one simple `ctrl + c` doesn't guarantee that the session will be completed. I run my tests in...

status/need-triage

Just before ending a session. I always print the last few lines in the terminal: ``` protected static void finishInteractiveShell(InteractiveShellSession session, Path outputFile, boolean verify, boolean submit) { session.write(session.writeSequence().text(outputFile.toString()).cr().build()); session.write(session.writeSequence().text(verify...

status/need-triage

``` public void command( @ShellOption(ValueProvider = AgeProvider.class) Integer age, @ShellOption(ValueProvider = NameProvider.class) String name ) { ... ``` when I do `command --age TAB` the autocomplete system correctly shows the...

status/need-triage

Hello, I have a question about options completion : should complete give options when we auto complete another option ? Here is an example, with color option an enum with...

What I want is "etyma demo",doesn't work but below all fail ![截图 2023-08-16 16-58-34](https://github.com/spring-projects/spring-shell/assets/83956902/b653b85c-a6bc-402e-8f57-0319a51b3bc8) ![截图 2023-08-16 17-00-02](https://github.com/spring-projects/spring-shell/assets/83956902/bff58098-d86f-42ed-b722-94f5c0737057) ![截图 2023-08-16 17-03-55](https://github.com/spring-projects/spring-shell/assets/83956902/8fd950df-114d-42a7-969d-f8788c36c545) ![截图 2023-08-16 17-05-52](https://github.com/spring-projects/spring-shell/assets/83956902/ad612a2d-4309-4b77-bf0c-0a566919de19) Instead of using English quote and double...

status/need-triage

I have a use case whereby the user should select an existing directory, however they see `x Directory exists` which looks like an error message. It seems this behavior is...

type/enhancement