summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CLI/ruby/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/CLI/ruby/README.md b/CLI/ruby/README.md
index 8f02522..15cf0f7 100644
--- a/CLI/ruby/README.md
+++ b/CLI/ruby/README.md
@@ -14,17 +14,18 @@ Run `$game-of-life -i https://gitlab.com/a14m --live-cell +`
Check `game-of-life --help` for usage info.
```
+Commands:
game-of-life --version, -v # Prints the Game of Life version information
game-of-life help [COMMAND] # Describe available commands or one specific command
- game-of-life start [OPTIONS] # Start the Game of Life simulations (default command)
+ game-of-life start [OPTIONS] # Start the Game of Life simulations
Options:
-s, [--seed=SEED] # Specify the seed number to use as an initial state (default to random).
-i, [--input=VALUE] # Specify the path/URL for the file to use as an initial state. (used instead of seed)
- -w, [--width=WIDTH] # Specify the width of generated universe. (default to terminal width)
- -h, [--height=HEIGHT] # Specify the hight of generated universe. (default to terminal height)
+ [--width=WIDTH] # Specify the width of generated universe. (default to terminal width)
+ [--height=HEIGHT] # Specify the hight of generated universe. (default to terminal height)
[--dead-cell=CHAR] # Specify the dead-cell representation
- # Default:
+ # Default:
[--live-cell=CHAR] # Specify the dead-cell representation
# Default: █
-d, [--delay=Milli-Seconds] # Specify the introduced delay between each generation
@@ -32,7 +33,7 @@ Options:
```
## Demo
-[![asciicast](https://asciinema.org/a/h7G2EUAXRfwlBVLZjQuXjoTnp.svg)](https://asciinema.org/a/h7G2EUAXRfwlBVLZjQuXjoTnp)
+[![asciicast](https://asciinema.org/a/PsKzaWaNwUq3ZEfrFATqMw0yF.svg)](https://asciinema.org/a/PsKzaWaNwUq3ZEfrFATqMw0yF)
## Development