docs: simple readme
This commit is contained in:
10
colorizer/README.md
Normal file
10
colorizer/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Colorizer
|
||||
|
||||
Simple CLI color parser. Reads the color to be parsed either from the clipboard, from and input argument or directly from the user keyboard manual input.
|
||||
|
||||
## Arguments
|
||||
|
||||
The program allows one of these 2 arguments:
|
||||
|
||||
- `--clipboard` / `-c` : read from clipboard first
|
||||
- `--input <String>` / `-i <String>` : dont read from clipboard nor input, simply try parsing the input
|
||||
Reference in New Issue
Block a user