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

Let's say the options are an enum of DayOfWeek; and each day has an associated number and color (just for the sake of an example). ```java public enum DayOfWeek {...

status/need-triage

- Bump node-pty from 0.11.0-beta19 to 1.0.0 - Bump xterm-headless from 4.18.0 to 5.5.0 - Rename xterm-headless to @xterm/headless as per https://www.npmjs.com/package/xterm-headless - Unpin Python 3.11 in e2e test by...

There are cases where mouse support should not be active as it will generally speaking hijack some things and is pointless if mouse if not needed. One case i.e. is...

Fixes [GH-277](https://github.com/spring-projects/spring-shell/issues/277). Idea: we parse a line and then evaluate despite it is commented. If there is a quote inside of comment then we get an exception "Missing a closing...

In its simplest form `ProgressView` can have a spinner giving indication that something is happening. This spinner is driven by events send into an eventloop which ultimately causes redraw and...

Hi, I think CommandRegistration.Builder can be upgraded by following new SecurityFilterChain's builder usage from Spring Security ```java @Bean public CommandRegistration myCommand() { return CommandRegistration.builder() .command("my-command") .withOption() .longName("option1") .required() .type(String.class) .and()...

type/enhancement

This is an issue to add initial support for syntax highlighting powered by [treesitter.](https://tree-sitter.github.io/) Treesitter is a c language based library providing fast opinionated parsing of a different language syntaxes(aka...

type/enhancement

Hello, After updating spring shell library from 3.0.1 to 3.0.2 in the bult in section of the commands in help menu the referenced commands dissapered. Even if i manually add...

status/need-triage

_Spring Boot 3.4.2 Spring Shell 3.4.0 JDK 17_ **Problem:** When using the `@Command` annotation on a component class, the Spring Shell fails to register the command, throwing an _IllegalStateException_ with...

status/need-triage

Is there a way to capture the exit code in integration test using ShellTestClient?

status/need-triage