File tree 6 files changed +9
-8
lines changed
6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ This repository contains a set of examples for Æsh and Æsh-Readline.
5
5
## Æsh
6
6
7
7
* [ Æ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
11
12
12
13
## Readline
13
14
Original file line number Diff line number Diff line change 28
28
<version >0.1</version >
29
29
30
30
<properties >
31
- <aesh .version>2.4 </aesh .version>
31
+ <aesh .version>2.6 </aesh .version>
32
32
33
33
<!-- maven plugin versions -->
34
34
<compiler-plugin .version>3.8.0</compiler-plugin .version>
Original file line number Diff line number Diff line change 28
28
<version >0.1</version >
29
29
30
30
<properties >
31
- <aesh .version>2.4 </aesh .version>
31
+ <aesh .version>2.6 </aesh .version>
32
32
33
33
<!-- maven plugin versions -->
34
34
<compiler-plugin .version>3.8.0</compiler-plugin .version>
Original file line number Diff line number Diff line change 28
28
<version >0.1</version >
29
29
30
30
<properties >
31
- <aesh .version>2.4 </aesh .version>
31
+ <aesh .version>2.6 </aesh .version>
32
32
33
33
<!-- maven plugin versions -->
34
34
<compiler-plugin .version>3.8.0</compiler-plugin .version>
Original file line number Diff line number Diff line change 28
28
<version >0.1</version >
29
29
30
30
<properties >
31
- <aesh .version>2.4 </aesh .version>
31
+ <aesh .version>2.6 </aesh .version>
32
32
<readline .version>2.0</readline .version>
33
33
34
34
<!-- maven plugin versions -->
Original file line number Diff line number Diff line change 28
28
<version >0.1</version >
29
29
30
30
<properties >
31
- <aesh .version>2.4 </aesh .version>
31
+ <aesh .version>2.6 </aesh .version>
32
32
33
33
<!-- maven plugin versions -->
34
34
<compiler-plugin .version>3.8.0</compiler-plugin .version>
You can’t perform that action at this time.
0 commit comments