Package org.aesh.terminal.tty.example
Class AsciiArtExample
java.lang.Object
org.aesh.terminal.tty.example.AsciiArtExample
Example application demonstrating terminal-api and terminal-tty usage.
Displays ASCII art with colors and waits for user input to exit.
Run with: mvn exec:java -pl terminal-tty \
-Dexec.mainClass="org.aesh.terminal.tty.example.AsciiArtExample"
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsciiArtExample
public AsciiArtExample()Creates a new AsciiArtExample instance.
-
-
Method Details
-
main
Main entry point for the ASCII art example.- Parameters:
args- command line arguments (not used)
-