bin/talking in talks-0.2.0 vs bin/talking in talks-0.3.0

- old
+ new

@@ -5,6 +5,6 @@ require 'talks' command = (ARGV.first == 'talks' ? ARGV[1..-1] : ARGV) command_with_hooks = Talks.add_hooks command -exec command_with_hooks +Talks.execute command_with_hooks