Add a new link to the command chain
19 20 21
# File 'lib/automate/chain.rb', line 19 def go(desc, &block) add_command(desc, block) end