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.
* Supports both named and wildcard commands.
* Declare and parse type-safe arguments.
* Multiplatform support
* JVM
* JavaScript
* Native (Linux)
| Target | Status |
|------------------|---------------|
| JVM | Supported |
| JavaScript | Supported |
| Native (Linux) | Supported |
| Native (Windows) | Not Supported |
## Installation