From f43355b7c5f18e7223d8fd4c8537a09faf672034 Mon Sep 17 00:00:00 2001 From: a14m Date: Sat, 12 Dec 2020 00:52:36 +0100 Subject: Update README instructions help and asciicast --- CLI/ruby/README.md | 11 ++++++----- 1 file 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 -- cgit v1.2.3