spring-shell
spring-shell copied to clipboard
Spring based shell
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  but it works with traditional command style. I use Ubuntu23.04, Gnome Terminator and bash. Could you help me?
### 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...
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...
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?
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...
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...
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...