Skip to content

Commit 83d0ad3

Browse files
committed
updated readme and aesh version
1 parent b02a05b commit 83d0ad3

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ This repository contains a set of examples for Æsh and Æsh-Readline.
55
## Æsh
66

77
* [Æsh Getting Started](./aesh/getting-started): Simple CLI example
8-
* [Æsh Getting Started - Input](.aesh/getting-started-input): CLI example illustrating how commands handle input
9-
* [Æsh Getting Started - Runtime](.aesh/getting-started-runtime): Simple Runtime example, showing how to execute a single command
10-
* [Æsh Extend Context](.aesh/extend-context): Æsh supports creating custom `CommandInvocation` object types that can be used while executing commands.
8+
* [Æsh Getting Started - Input](./aesh/getting-started-input): CLI example illustrating how commands handle input
9+
* [Æsh Getting Started - Runtime](./aesh/getting-started-runtime): Simple Runtime example, showing how to execute a single command
10+
* [Æsh Extend Context](./aesh/extend-context): Æsh supports creating custom `CommandInvocation` object types that can be used while executing commands.
11+
* [Æsh Native Runtime](./aesh/native-runtime): Æsh supports creating native images using the GraalVM, here is an example
1112

1213
## Readline
1314

aesh/extend-context/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<version>0.1</version>
2929

3030
<properties>
31-
<aesh.version>2.4</aesh.version>
31+
<aesh.version>2.6</aesh.version>
3232

3333
<!-- maven plugin versions -->
3434
<compiler-plugin.version>3.8.0</compiler-plugin.version>

aesh/getting-started-input/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<version>0.1</version>
2929

3030
<properties>
31-
<aesh.version>2.4</aesh.version>
31+
<aesh.version>2.6</aesh.version>
3232

3333
<!-- maven plugin versions -->
3434
<compiler-plugin.version>3.8.0</compiler-plugin.version>

aesh/getting-started-runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<version>0.1</version>
2929

3030
<properties>
31-
<aesh.version>2.4</aesh.version>
31+
<aesh.version>2.6</aesh.version>
3232

3333
<!-- maven plugin versions -->
3434
<compiler-plugin.version>3.8.0</compiler-plugin.version>

aesh/getting-started/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<version>0.1</version>
2929

3030
<properties>
31-
<aesh.version>2.4</aesh.version>
31+
<aesh.version>2.6</aesh.version>
3232
<readline.version>2.0</readline.version>
3333

3434
<!-- maven plugin versions -->

aesh/native-runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<version>0.1</version>
2929

3030
<properties>
31-
<aesh.version>2.4</aesh.version>
31+
<aesh.version>2.6</aesh.version>
3232

3333
<!-- maven plugin versions -->
3434
<compiler-plugin.version>3.8.0</compiler-plugin.version>

0 commit comments

Comments
 (0)