From 1404a38b5b6fbfe971729d24bd46e10b8d2da9fc Mon Sep 17 00:00:00 2001 From: a14m Date: Thu, 3 Dec 2020 15:06:01 +0100 Subject: Add the seed generator place holder class and test (and CLI error) --- CLI/ruby/bin/game-of-life | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CLI/ruby/bin') diff --git a/CLI/ruby/bin/game-of-life b/CLI/ruby/bin/game-of-life index 28864ad..b490e1a 100755 --- a/CLI/ruby/bin/game-of-life +++ b/CLI/ruby/bin/game-of-life @@ -60,4 +60,6 @@ begin CLI.start(ARGV) rescue SystemExit, Interrupt "Do nothing when user exits with Interrupt (CMD/Ctrl + C)" +rescue NotImplementedError + puts "Seed option isn't implemented yet, please use --input option" end -- cgit v1.2.3