summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/README.md
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-12 00:52:36 +0100
committera14m <[email protected]>2020-12-12 00:52:36 +0100
commitf43355b7c5f18e7223d8fd4c8537a09faf672034 (patch)
treeee1abdacb2e587d106a3f221420a88e2c4615a7c /CLI/ruby/README.md
parent27f21ec57b1a21cb11e593c0bc0e898bd9998339 (diff)
Update README instructions help and asciicast
Diffstat (limited to 'CLI/ruby/README.md')
-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