Use table in commandline arguments

This commit is contained in:
Axorax 2023-05-06 14:48:41 +06:00 committed by GitHub
parent 2571e725f6
commit ddb07b9ff6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,14 +49,16 @@ blue 0 0 255
<h1 align="center">commandline arguments</h1> <h1 align="center">commandline arguments</h1>
`--noascii` turns the asciiart off | argument | description |
`--usepng` uses png instead of asciiarts (still on beta) | ----------------------- | --------------------------------------------------------------------------------- |
`--ascii=<file dir>` uses your txt file as the ascii art | `--noascii` | turns the asciiart off |
`--distro=<distroname>` forced the program to use another distro's asciiart | `--usepng` | uses png instead of asciiarts (still on beta) |
`--nouwu` turns off uwuifiation for all lines | `--ascii=<file dir>` | uses your txt file as the ascii art |
`--nocolor` i think you can figure out what this argument does | `--distro=<distroname>` | forced the program to use another distro's asciiart |
`--noconf` instead of using the config file, itll use a built-in default config | `--nouwu` | turns off uwuifiation for all lines |
`--nocolorconf` ....do i reallt have to explain the differences? | `--nocolor` | i think you can figure out what this argument does |
`--16color` fallbacks to terminal's configuration instead of relying on terminal RGB support | `--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 |
<p align="center">jokes aside, the asciiarts are from uwufetch, all credits go to them.</p> <p align="center">jokes aside, the asciiarts are from uwufetch, all credits go to them.</p>