Skip to content

Commit

Permalink
chore: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
lilmayu committed May 15, 2024
1 parent 5cb3a39 commit 4975afa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Console Parallax

![Coverage](.github/badges/jacoco.svg)

A simple Java library handling console input and treating it as a CLI.

It is designed to be quickly used, without any fuss and large amount of code or reading.

With the magic of annotations and without. ***It is up to you.***

## TODOs
- Tests
- Docs
- help command (help [cmd])
- Bonuses:
- Annotations
- Advanced command parser (--help, --name="some-value", etc.)

0 comments on commit 4975afa

Please sign in to comment.