update README

This commit is contained in:
2025-12-13 20:24:01 +01:00
parent 757011af85
commit 6be1957d82

View File

@@ -1,16 +1,15 @@
# Kotlin CLI # cli-kt
This library implements a lightweight framework for implementing terminal applications. `cli-kt` is a Kotlin Multiplatform framework for implementing terminal applications.
## Features ## Targets
* Declare commands. | Target | Status |
* Supports both named and wildcard commands. |------------------|---------------|
* Declare and parse type-safe arguments. | JVM | Supported |
* Multiplatform support | JavaScript | Supported |
* JVM | Native (Linux) | Supported |
* JavaScript | Native (Windows) | Not Supported |
* Native (Linux)
## Installation ## Installation