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

As I began to use spring-shell for some CLI workflow, I found that there is no input required for string (altough there is default). For the moment, I used this...

Below is my example ![图片](https://github.com/spring-projects/spring-shell/assets/83956902/977e1e0c-4527-44a3-a55d-53327d57bd18) but it works with traditional command style. I use Ubuntu23.04, Gnome Terminator and bash. Could you help me?

type/enhancement

### Discussed in https://github.com/spring-projects/spring-shell/discussions/838 Originally posted by **fgrazi** August 1, 2023 I would like to use this Spring library, but I am getting a lot of trouble on the command...

status/need-triage

Presently, the Single Select component does not provide an option to cancel the selection; a choice is mandatory. For enhanced usability, it would be advantageous to incorporate a feature where...

type/enhancement

We have automatic support for positional arguments which may be a good thing or not. Going forward it should be possible to disable this support. Some potential places to change...

Is it possible to add the possibility to start the interactive mode after the end of the non-interactive mode?

type/enhancement

Version 3.0.2 Both programmatical and annotation models. When a @ShellOption is of type enum and the introduced value is not in enumeration (case sensitive) the thrown ConversionUtils ConversionFailedException just bubbles...

type/enhancement

Currently, when selecting an option through auto-complete (implemented with ValueProvider), the selected option will always put a a space in the command line after the selected option. This is not...

I hope that an interface can be added before parameter parsing, the function is to obtain and process the original command input by the user. Here is an example, User...

type/enhancement

An alias can be set when the command is registered, so I want to distinguish which command the user is using for more detailed prompts and statistics. The version I...

type/enhancement