From 45afa7182d0272e8027b12ce2bc59a740c4a7948 Mon Sep 17 00:00:00 2001 From: TheTrouper <93684527+thetrouper@users.noreply.github.com> Date: Sat, 4 Nov 2023 18:42:31 -0500 Subject: [PATCH] Update README.md Updated readme to reflect recent changes --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f161ebb..8b780b5 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,22 @@ Countroll is currently only compatible with [Numselli's counting bot](https://co ## Usage 1. Compile the Java program from the source, or download a Precompiled Jar -2. Execute it through the command-line `java -jar Countroll-.jar` +2. Execute it through the command-line `java -jar Countroll-.jar [args]` 3. Enter a target integer. (Whole number ie: 1, 16, 4096) 4. Copy the outputed expression and use it wherever you'd like! +## Arguments + +There are multiple command line arguments you can use for ease of use + +| Argument | Alias(es) | Description | +|-----------|-----------|---------------------------------------------------| +| --copy | -c | Automatically copies the output to your clipboard | +| --verbose | -v | Enables verbose output for debugging | +| --color | -rgb | Enables colored output for debug/it looks cool | +| --deep | -d | Will run the Complexers on the Increaser values | +| --help | --h, -h | Shows a message like this table | + # Compiling Make sure you have Java 17 or higher installed on your system! 1. Clone the repo `$ git clone https://github.com/thetrouper/Countroll/`