From ddb07b9ff61337403e87089be3d4bb0be9d7051d Mon Sep 17 00:00:00 2001
From: Axorax <78349410+Axorax@users.noreply.github.com>
Date: Sat, 6 May 2023 14:48:41 +0600
Subject: [PATCH] Use table in commandline arguments
---
README.md | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 990893b..766c86e 100644
--- a/README.md
+++ b/README.md
@@ -49,14 +49,16 @@ blue 0 0 255
commandline arguments
-`--noascii` turns the asciiart off
-`--usepng` uses png instead of asciiarts (still on beta)
-`--ascii=` uses your txt file as the ascii art
-`--distro=` forced the program to use another distro's asciiart
-`--nouwu` turns off uwuifiation for all lines
-`--nocolor` i think you can figure out what this argument does
-`--noconf` instead of using the config file, itll use a built-in default config
-`--nocolorconf` ....do i reallt have to explain the differences?
-`--16color` fallbacks to terminal's configuration instead of relying on terminal RGB support
+| argument | description |
+| ----------------------- | --------------------------------------------------------------------------------- |
+| `--noascii` | turns the asciiart off |
+| `--usepng` | uses png instead of asciiarts (still on beta) |
+| `--ascii=` | uses your txt file as the ascii art |
+| `--distro=` | forced the program to use another distro's asciiart |
+| `--nouwu` | turns off uwuifiation for all lines |
+| `--nocolor` | i think you can figure out what this argument does |
+| `--noconf` | instead of using the config file, itll use a built-in default config |
+| `--nocolorconf` | ....do i reallt have to explain the differences? |
+| `--16color` | fallbacks to terminal's configuration instead of relying on terminal RGB support |
jokes aside, the asciiarts are from uwufetch, all credits go to them.