bin/gamefic in gamefic-0.6.1 vs bin/gamefic in gamefic-1.0.0
- old
+ new
@@ -2,6 +2,9 @@
require 'gamefic'
require 'gamefic/shell'
shell = Gamefic::Shell.new
+
+shell.register "play", Gamefic::Shell::Command::Play
+
shell.execute
- old
+ new