update README
This commit is contained in:
19
README.md
19
README.md
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user