Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Oct 15, 2022
1 parent f285868 commit baea56b
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,24 @@ cargo install lolcrab
## Usage

```text
USAGE:
lolcrab [FLAGS] [OPTIONS] [--] [File]...
ARGS:
<File>... [default: -]
FLAGS:
-h, --help Print help information
-i, --invert Colorize the background
-V, --version Print version information
OPTIONS:
-c, --custom <COLOR>... Create custom gradient using the specified colors
-g, --gradient <NAME> Sets color gradient [default: rainbow] [possible values: cividis,
cool, cubehelix, inferno, magma, plasma, rainbow, rd-yl-gn, sinebow,
spectral, turbo, viridis, warm]
-s, --scale <FLOAT> Sets noise scale. Try value between 0.01 .. 0.2 [default: 0.034]
-S, --seed <NUM> Sets seed [default: random]
--sharp <NUM> Sharp gradient
Usage: lolcrab [OPTIONS] [File]...
Arguments:
[File]... [default: -]
Options:
-g, --gradient <NAME> Sets color gradient [default: rainbow] [possible values: cividis, cool,
cubehelix, fruits, inferno, magma, plasma, rainbow, rd-yl-gn, sinebow,
spectral, turbo, viridis, warm]
-c, --custom <COLOR>... Create custom gradient using the specified colors
--sharp <NUM> Sharp gradient
-s, --scale <FLOAT> Sets noise scale. Try value between 0.01 .. 0.2 [default: 0.034]
-S, --seed <NUM> Sets seed [default: random]
-i, --invert Colorize the background
-r, --random-colors <NUM> Use random colors as custom gradient [1 .. 100]
-a, --animate Enable animation mode
-d, --duration <NUM> Animation duration
--speed <SPEED> Animation speed
-h, --help Print help information
-V, --version Print version information
```

0 comments on commit baea56b

Please sign in to comment.