Janne Valkealahti feba345f00 Component text can be truncated
- BaseComponentContext has new field terminalWidth.
- StringToStyleExpressionRenderer contains new format
  for "truncate-" prefixes and this is something
  what template can use to instruct max length based
  on terminal width.
- Change single/multi selectors to use this feature.
- Fixes #543
2022-10-14 17:16:51 +01:00
2022-10-06 13:07:46 +01:00
2022-09-14 09:09:25 +01:00
2022-08-18 07:56:50 +01:00
2022-08-16 10:30:15 +01:00
2022-08-16 10:30:15 +01:00
2019-03-26 11:48:55 +01:00
2017-08-08 11:52:31 +02:00
2022-08-16 10:30:15 +01:00
2022-08-16 10:30:15 +01:00
2019-03-26 11:48:12 +01:00
2022-08-18 16:17:45 +01:00

= Spring Shell

Active development branch is `main` targeting work for `3.0.x` and `2.1.x` is for maintaining current latest release.

== Building

Building and running tests:

```
./gradlew build
```

Publishing to local maven cache:

```
./gradlew publishToMavenLocal
```
Description
No description provided
Readme 9.2 MiB
Languages
Java 100%