-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.) |