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

Rendering of SingleItemSelector looks off in git bash: ![image](https://user-images.githubusercontent.com/1711214/218122232-3e8a0a1f-1413-4012-94c1-c03d447d347f.png) It renders correctly in cmd prompt or wsl, so hopefully a minor issue.

type/help-needed

Currently all build-in components are simply hard coded into a flow structure. Study what it would take to make it generic so that a custom component could be used with...

area/components

Both of below: @ShellMethod(key = {"attach-task", "at"}, prefix = "-", value = "Attach file to task.") @ShellMethod(key = {"at", "attach-task"}, prefix = "-", value = "Attach file to task.") displays:...

we build a small application on top of version 2.1.0 which works very well except when we use the "exit" or "quit" command. then the application prints out a lot...

type/enhancement

In `2.0.x` it was possible to use `-arg` while rework in `2.1.x` focused making separation between short/long options. Programmatic builder interface only takes characters with short options while `@ShellOption` don't...

Currently when ui component is rendered cursor is hidden as its position is always `0,0`. It would be beneficial to have cursor in a specific location for better feedback to...

`CommandRegistration` allows to define position info for an option. This is nice if user wants to have a feature to work without actual option names but also introduces difference for...

type/enhancement

- Changed the word occurrences in the doc content - Change the file names with the word `techical` in them. Let me know if this PR is wrong, I will...