diff --git a/README.md b/README.md index c540b59..7464d88 100644 --- a/README.md +++ b/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. - * 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