Registry / cli / aesh
library0.66.19javamavenunverified

A Java library for building interactive command-line shells with support for tab completion, history, and scripting.

<dependency> <groupId>org.jboss.aesh</groupId> <artifactId>aesh</artifactId> <version>0.66.19</version> </dependency>
INSTALL
IMPORT
SIG · AESH
A
aesh
clijavav0.66.19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AeshConsole
org.jboss.aesh.console.AeshConsole

Creates and starts a basic Æsh console.

import org.jboss.aesh.console.AeshConsole; import org.jboss.aesh.console.AeshConsoleBuilder; public class Quickstart { public static void main(String[] args) { AeshConsole console = new AeshConsoleBuilder().create(); console.start(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.66.19latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
OpenAI (training)
1
Resources
aesh — mvn dependency:get aesh · libregistry